#465ECC

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

Shades of Free Speech Blue #465ECC

Tints of Free Speech Blue #465ECC

Color information

#465ECC (or 0x465ECC) is unknown color: approx Free Speech Blue. HEX triplet: 46, 5E and CC. RGB value is (70,94,204). Sum of RGB (Red+Green+Blue) = 70+94+204=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #465ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ECC is #B9A133. Grayscale: #626262. Windows color (decimal): -12165428 or 13393478. OLE color: 13393478.

HSL color Cylindrical-coordinate representation of color #465ECC: hue angle of 229.25º degrees, saturation: 0.57, 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 #465ECC is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7094204-
CMYK0.660.5400.2
HSL229.25º56.78%53.73%-
HSV(B)229.25º65.69%80%-
XYZ17.4313.6758.85-
YUV99.36187.05107.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=19.02%
G=25.54%
B=55.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70942040.660.5400.2229.2556.7853.73
Hex465ECC4236014e53936
Octal106136314102660243457166
Binary1000110101111011001100100001011011001010011100101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465ECC; }

 p { color: rgb(70,94,204); }

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

<style>
 a { background-color: #465ECC; }

 a { background-color: rgb(70,94,204); }

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

<style>
 span { border-color: #465ECC; }

 span { border-color: rgb(70,94,204); }

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