#455CD4

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

Shades of Free Speech Blue #455CD4

Tints of Free Speech Blue #455CD4

Color information

#455CD4 (or 0x455CD4) is unknown color: approx Free Speech Blue. HEX triplet: 45, 5C and D4. RGB value is (69,92,212). Sum of RGB (Red+Green+Blue) = 69+92+212=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 212 (83.20% from 255 or 56.84% from 373); Max value from RGB is 212 - color contains mainly: blue. Hex color #455CD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455CD4 is #BAA32B. Grayscale: #626262. Windows color (decimal): -12231468 or 13917253. OLE color: 13917253.

HSL color Cylindrical-coordinate representation of color #455CD4: hue angle of 230.35º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #455CD4 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6992212-
CMYK0.670.5700.17
HSL230.35º62.45%55.1%-
HSV(B)230.35º67.45%83.14%-
XYZ18.1713.6763.97-
YUV98.8191.88106.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 212 (83.20% from 255) = 56.84%
R=18.50%
G=24.66%
B=56.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal69922120.670.5700.17230.3562.4555.1
Hex455CD44339011e63e37
Octal105134324103710213467667
Binary1000101101110011010100100001111100101000111100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455CD4; }

 p { color: rgb(69,92,212); }

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

<style>
 a { background-color: #455CD4; }

 a { background-color: rgb(69,92,212); }

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

<style>
 span { border-color: #455CD4; }

 span { border-color: rgb(69,92,212); }

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