#464ECB

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

Shades of Free Speech Blue #464ECB

Tints of Free Speech Blue #464ECB

Color information

#464ECB (or 0x464ECB) is unknown color: approx Free Speech Blue. HEX triplet: 46, 4E and CB. RGB value is (70,78,203). Sum of RGB (Red+Green+Blue) = 70+78+203=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #464ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ECB is #B9B134. Grayscale: #595959. Windows color (decimal): -12169525 or 13323846. OLE color: 13323846.

HSL color Cylindrical-coordinate representation of color #464ECB: hue angle of 236.39º 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 #464ECB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7078203-
CMYK0.660.6200.20
HSL236.39º56.12%53.53%-
HSV(B)236.39º65.52%79.61%-
XYZ16.0311.0657.79-
YUV89.86191.85113.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 203 (79.69% from 255) = 57.83%
R=19.94%
G=22.22%
B=57.83%

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
Decimal70782030.660.6200.20236.3956.1253.53
Hex464ECB423E014ec3836
Octal106116313102760243547066
Binary1000110100111011001011100001011111001010011101100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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