#464BBE

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

Shades of Free Speech Blue #464BBE

Tints of Free Speech Blue #464BBE

Color information

#464BBE (or 0x464BBE) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4B and BE. RGB value is (70,75,190). Sum of RGB (Red+Green+Blue) = 70+75+190=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #464BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BBE is #B9B441. Grayscale: #565656. Windows color (decimal): -12170306 or 12471110. OLE color: 12471110.

HSL color Cylindrical-coordinate representation of color #464BBE: hue angle of 237.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464BBE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7075190-
CMYK0.630.6100.25
HSL237.5º48%50.98%-
HSV(B)237.5º63.16%74.51%-
XYZ14.3410.0549.9-
YUV86.62186.34116.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=20.90%
G=22.39%
B=56.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70751900.630.6100.25237.54850.98
Hex464BBE3F3D019ee3033
Octal10611327677750313566063
Binary100011010010111011111011111111110101100111101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,190); }

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

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

 a { background-color: rgb(70,75,190); }

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

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

 span { border-color: rgb(70,75,190); }

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