#463BCB

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

Shades of Free Speech Blue #463BCB

Tints of Free Speech Blue #463BCB

Color information

#463BCB (or 0x463BCB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 3B and CB. RGB value is (70,59,203). Sum of RGB (Red+Green+Blue) = 70+59+203=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #463BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BCB is #B9C434. Grayscale: #4E4E4E. Windows color (decimal): -12174389 or 13318982. OLE color: 13318982.

HSL color Cylindrical-coordinate representation of color #463BCB: hue angle of 244.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #463BCB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7059203-
CMYK0.660.7100.20
HSL244.58º58.06%51.37%-
HSV(B)244.58º70.94%79.61%-
XYZ14.878.7457.4-
YUV78.7198.14121.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 203 (79.69% from 255) = 61.14%
R=21.08%
G=17.77%
B=61.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70592030.660.7100.20244.5858.0651.37
Hex463BCB4247014f53a33
Octal106733131021070243657263
Binary1000110111011110010111000010100011101010011110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,59,203); }

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

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

 a { background-color: rgb(70,59,203); }

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

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

 span { border-color: rgb(70,59,203); }

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