#4869CB

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

Shades of Free Speech Blue #4869CB

Tints of Free Speech Blue #4869CB

Color information

#4869CB (or 0x4869CB) is unknown color: approx Free Speech Blue. HEX triplet: 48, 69 and CB. RGB value is (72,105,203). Sum of RGB (Red+Green+Blue) = 72+105+203=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #4869CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CB is #B79634. Grayscale: #696969. Windows color (decimal): -12031541 or 13330760. OLE color: 13330760.

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

Color convert

RGB72105203-
CMYK0.650.4800.20
HSL224.89º55.74%53.92%-
HSV(B)224.89º64.53%79.61%-
XYZ18.515.7958.57-
YUV106.3182.57103.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=18.95%
G=27.63%
B=53.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721052030.650.4800.20224.8955.7453.92
Hex4869CB4130014e13836
Octal110151313101600243417066
Binary1001000110100111001011100000111000001010011100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,105,203); }

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

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

 a { background-color: rgb(72,105,203); }

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

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

 span { border-color: rgb(72,105,203); }

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