#454BD5

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

Shades of Free Speech Blue #454BD5

Tints of Free Speech Blue #454BD5

Color information

#454BD5 (or 0x454BD5) is unknown color: approx Free Speech Blue. HEX triplet: 45, 4B and D5. RGB value is (69,75,213). Sum of RGB (Red+Green+Blue) = 69+75+213=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #454BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BD5 is #BAB42A. Grayscale: #585858. Windows color (decimal): -12235819 or 13978437. OLE color: 13978437.

HSL color Cylindrical-coordinate representation of color #454BD5: hue angle of 237.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454BD5 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6975213-
CMYK0.680.6500.16
HSL237.5º63.16%55.29%-
HSV(B)237.5º67.61%83.53%-
XYZ16.9811.164.2-
YUV88.94198.01113.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 213 (83.59% from 255) = 59.66%
R=19.33%
G=21.01%
B=59.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69752130.680.6500.16237.563.1655.29
Hex454BD54441010ee3f37
Octal1051133251041010203567767
Binary10001011001011110101011000100100000101000011101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454BD5; }

 p { color: rgb(69,75,213); }

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

<style>
 a { background-color: #454BD5; }

 a { background-color: rgb(69,75,213); }

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

<style>
 span { border-color: #454BD5; }

 span { border-color: rgb(69,75,213); }

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