#463fca

Color #463FCA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #463FCA

Tints of Free Speech Blue #463FCA

Color information

#463FCA (or 0x463FCA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3F and CA. RGB value is (70,63,202). Sum of RGB (Red+Green+Blue) = 70+63+202=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #463FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FCA is #B9C035. Grayscale: #505050. Windows color (decimal): -12173366 or 13254470. OLE color: 13254470.

HSL color Cylindrical-coordinate representation of color #463FCA: hue angle of 243.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #463FCA is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7063202-
CMYK0.650.6900.21
HSL243.02º56.73%51.96%-
HSV(B)243.02º68.81%79.22%-
XYZ14.969.1256.85-
YUV80.94196.32120.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 202 (79.30% from 255) = 60.30%
R=20.90%
G=18.81%
B=60.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70632020.650.6900.21243.0256.7351.96
Hex463FCA4145015f33934
Octal106773121011050253637164
Binary1000110111111110010101000001100010101010111110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463fca; }

 p { color: rgb(70,63,202); }

 H1.HeaderClassName
 {
   color: #463fca;
 }
 .AnyTagClassName
 {
   color: #463fca;
 }
</style>
background-color css

<style>
 a { background-color: #463fca; }

 a { background-color: rgb(70,63,202); }

 div.DivClassName
 {
   background-color: #463fca;
 }
 .BgClassName
 {
   background-color: #463fca;
 }
</style>
border-color css

<style>
 span { border-color: #463fca; }

 span { border-color: rgb(70,63,202); }

 td.TdClassName
 {
   border-color: #463fca;
 }
 .TagClassName
 {
   border-color: #463fca;
 }
</style>