#464BB4

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

Shades of Free Speech Blue #464BB4

Tints of Free Speech Blue #464BB4

Color information

#464BB4 (or 0x464BB4) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4B and B4. RGB value is (70,75,180). Sum of RGB (Red+Green+Blue) = 70+75+180=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #464BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BB4 is #B9B44B. Grayscale: #555555. Windows color (decimal): -12170316 or 11815750. OLE color: 11815750.

HSL color Cylindrical-coordinate representation of color #464BB4: hue angle of 237.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #464BB4 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7075180-
CMYK0.610.5800.29
HSL237.27º44%49.02%-
HSV(B)237.27º61.11%70.59%-
XYZ13.289.6344.34-
YUV85.48181.34116.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 75 (29.69% from 255) = 23.08%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=21.54%
G=23.08%
B=55.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70751800.610.5800.29237.274449.02
Hex464BB43D3A01Ded2c31
Octal10611326475720353555461
Binary100011010010111011010011110111101001110111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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