#463EC2

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

Shades of Free Speech Blue #463EC2

Tints of Free Speech Blue #463EC2

Color information

#463EC2 (or 0x463EC2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3E and C2. RGB value is (70,62,194). Sum of RGB (Red+Green+Blue) = 70+62+194=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #463EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463EC2 is #B9C13D. Grayscale: #4E4E4E. Windows color (decimal): -12173630 or 12729926. OLE color: 12729926.

HSL color Cylindrical-coordinate representation of color #463EC2: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463EC2 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7062194-
CMYK0.640.6800.24
HSL243.64º51.97%50.2%-
HSV(B)243.64º68.04%76.08%-
XYZ13.998.6451.97-
YUV79.44192.65121.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 194 (76.17% from 255) = 59.51%
R=21.47%
G=19.02%
B=59.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70621940.640.6800.24243.6451.9750.2
Hex463EC24044018f43432
Octal106763021001040303646462
Binary1000110111110110000101000000100010001100011110100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,194); }

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

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

 a { background-color: rgb(70,62,194); }

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

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

 span { border-color: rgb(70,62,194); }

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