#4C4CDB

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

Shades of Free Speech Blue #4C4CDB

Tints of Free Speech Blue #4C4CDB

Color information

#4C4CDB (or 0x4C4CDB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 4C and DB. RGB value is (76,76,219). Sum of RGB (Red+Green+Blue) = 76+76+219=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4CDB is #B3B324. Grayscale: #5B5B5B. Windows color (decimal): -11776805 or 14371916. OLE color: 14371916.

HSL color Cylindrical-coordinate representation of color #4C4CDB: hue angle of 240º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C4CDB is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7676219-
CMYK0.650.6500.14
HSL240º66.51%57.84%-
HSV(B)240º65.3%85.88%-
XYZ18.3511.8268.33-
YUV92.3199.5116.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 219 (85.94% from 255) = 59.03%
R=20.49%
G=20.49%
B=59.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76762190.650.6500.1424066.5157.84
Hex4C4CDB41410Ef0433a
Octal11411433310110101636010372
Binary10011001001100110110111000001100000101110111100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,76,219); }

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

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

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

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

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

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

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