#4451CB

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

Shades of Free Speech Blue #4451CB

Tints of Free Speech Blue #4451CB

Color information

#4451CB (or 0x4451CB) is unknown color: approx Free Speech Blue. HEX triplet: 44, 51 and CB. RGB value is (68,81,203). Sum of RGB (Red+Green+Blue) = 68+81+203=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #4451CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4451CB is #BBAE34. Grayscale: #5A5A5A. Windows color (decimal): -12299829 or 13324612. OLE color: 13324612.

HSL color Cylindrical-coordinate representation of color #4451CB: hue angle of 234.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4451CB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6881203-
CMYK0.670.6000.20
HSL234.22º56.49%53.14%-
HSV(B)234.22º66.5%79.61%-
XYZ16.1111.4357.86-
YUV91.02191.19111.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 203 (79.69% from 255) = 57.67%
R=19.32%
G=23.01%
B=57.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68812030.670.6000.20234.2256.4953.14
Hex4451CB433C014ea3835
Octal104121313103740243527065
Binary1000100101000111001011100001111110001010011101010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4451CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4451CB; }

 p { color: rgb(68,81,203); }

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

<style>
 a { background-color: #4451CB; }

 a { background-color: rgb(68,81,203); }

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

<style>
 span { border-color: #4451CB; }

 span { border-color: rgb(68,81,203); }

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