#4551DB

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

Shades of Free Speech Blue #4551DB

Tints of Free Speech Blue #4551DB

Color information

#4551DB (or 0x4551DB) is unknown color: approx Free Speech Blue. HEX triplet: 45, 51 and DB. RGB value is (69,81,219). Sum of RGB (Red+Green+Blue) = 69+81+219=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #4551DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4551DB is #BAAE24. Grayscale: #5C5C5C. Windows color (decimal): -12234277 or 14373189. OLE color: 14373189.

HSL color Cylindrical-coordinate representation of color #4551DB: hue angle of 235.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4551DB is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6981219-
CMYK0.680.6300.14
HSL235.2º67.57%56.47%-
HSV(B)235.2º68.49%85.88%-
XYZ18.1812.2668.43-
YUV93.14199.02110.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=18.70%
G=21.95%
B=59.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal69812190.680.6300.14235.267.5756.47
Hex4551DB443F0Eeb4438
Octal1051213331047701635310470
Binary1000101101000111011011100010011111101110111010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4551DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4551DB; }

 p { color: rgb(69,81,219); }

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

<style>
 a { background-color: #4551DB; }

 a { background-color: rgb(69,81,219); }

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

<style>
 span { border-color: #4551DB; }

 span { border-color: rgb(69,81,219); }

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