#463FB6

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

Shades of Free Speech Blue #463FB6

Tints of Free Speech Blue #463FB6

Color information

#463FB6 (or 0x463FB6) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3F and B6. RGB value is (70,63,182). Sum of RGB (Red+Green+Blue) = 70+63+182=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #463FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FB6 is #B9C049. Grayscale: #4E4E4E. Windows color (decimal): -12173386 or 11943750. OLE color: 11943750.

HSL color Cylindrical-coordinate representation of color #463FB6: hue angle of 243.53º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463FB6 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7063182-
CMYK0.620.6500.29
HSL243.53º48.57%48.04%-
HSV(B)243.53º65.38%71.37%-
XYZ12.758.2345.17-
YUV78.66186.32121.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 182 (71.48% from 255) = 57.78%
R=22.22%
G=20%
B=57.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70631820.620.6500.29243.5348.5748.04
Hex463FB63E4101Df43130
Octal10677266761010353646160
Binary100011011111110110110111110100000101110111110100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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