#4C69CB

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

Shades of Free Speech Blue #4C69CB

Tints of Free Speech Blue #4C69CB

Color information

#4C69CB (or 0x4C69CB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 69 and CB. RGB value is (76,105,203). Sum of RGB (Red+Green+Blue) = 76+105+203=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C69CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C69CB is #B39634. Grayscale: #6B6B6B. Windows color (decimal): -11769397 or 13330764. OLE color: 13330764.

HSL color Cylindrical-coordinate representation of color #4C69CB: hue angle of 226.3º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C69CB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB76105203-
CMYK0.630.4800.20
HSL226.3º54.98%54.71%-
HSV(B)226.3º62.56%79.61%-
XYZ18.8115.9558.59-
YUV107.5181.89105.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=19.79%
G=27.34%
B=52.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761052030.630.4800.20226.354.9854.71
Hex4C69CB3F30014e23737
Octal11415131377600243426767
Binary100110011010011100101111111111000001010011100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C69CB; }

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

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

<style>
 a { background-color: #4C69CB; }

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

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

<style>
 span { border-color: #4C69CB; }

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

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