#463CC2

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

Shades of Free Speech Blue #463CC2

Tints of Free Speech Blue #463CC2

Color information

#463CC2 (or 0x463CC2) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3C and C2. RGB value is (70,60,194). Sum of RGB (Red+Green+Blue) = 70+60+194=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #463CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CC2 is #B9C33D. Grayscale: #4D4D4D. Windows color (decimal): -12174142 or 12729414. OLE color: 12729414.

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

Color convert

RGB7060194-
CMYK0.640.6900.24
HSL244.48º52.76%49.8%-
HSV(B)244.48º69.07%76.08%-
XYZ13.888.4351.93-
YUV78.27193.31122.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 194 (76.17% from 255) = 59.88%
R=21.60%
G=18.52%
B=59.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal70601940.640.6900.24244.4852.7649.8
Hex463CC24045018f43532
Octal106743021001050303646562
Binary1000110111100110000101000000100010101100011110100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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