#464EBD

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

Shades of Free Speech Blue #464EBD

Tints of Free Speech Blue #464EBD

Color information

#464EBD (or 0x464EBD) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4E and BD. RGB value is (70,78,189). Sum of RGB (Red+Green+Blue) = 70+78+189=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #464EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464EBD is #B9B142. Grayscale: #575757. Windows color (decimal): -12169539 or 12406342. OLE color: 12406342.

HSL color Cylindrical-coordinate representation of color #464EBD: hue angle of 235.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464EBD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7078189-
CMYK0.630.5900.26
HSL235.97º47.41%50.78%-
HSV(B)235.97º62.96%74.12%-
XYZ14.4410.4249.4-
YUV88.26184.85114.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=20.77%
G=23.15%
B=56.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal70781890.630.5900.26235.9747.4150.78
Hex464EBD3F3B01Aec2f33
Octal10611627577730323545763
Binary100011010011101011110111111111101101101011101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,189); }

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

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

 a { background-color: rgb(70,78,189); }

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

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

 span { border-color: rgb(70,78,189); }

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