#464DCB

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

Shades of Free Speech Blue #464DCB

Tints of Free Speech Blue #464DCB

Color information

#464DCB (or 0x464DCB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4D and CB. RGB value is (70,77,203). Sum of RGB (Red+Green+Blue) = 70+77+203=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #464DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DCB is #B9B234. Grayscale: #585858. Windows color (decimal): -12169781 or 13323590. OLE color: 13323590.

HSL color Cylindrical-coordinate representation of color #464DCB: hue angle of 236.84º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464DCB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7077203-
CMYK0.660.6200.20
HSL236.84º56.12%53.53%-
HSV(B)236.84º65.52%79.61%-
XYZ15.9610.9257.77-
YUV89.27192.18114.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 203 (79.69% from 255) = 58%
R=20%
G=22%
B=58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal70772030.660.6200.20236.8456.1253.53
Hex464DCB423E014ed3836
Octal106115313102760243557066
Binary1000110100110111001011100001011111001010011101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464DCB; }

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

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

<style>
 a { background-color: #464DCB; }

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

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

<style>
 span { border-color: #464DCB; }

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

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