#4C40DB

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

Shades of Free Speech Blue #4C40DB

Tints of Free Speech Blue #4C40DB

Color information

#4C40DB (or 0x4C40DB) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 40 and DB. RGB value is (76,64,219). Sum of RGB (Red+Green+Blue) = 76+64+219=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40DB is #B3BF24. Grayscale: #545454. Windows color (decimal): -11779877 or 14368844. OLE color: 14368844.

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

Color convert

RGB7664219-
CMYK0.650.7100.14
HSL244.65º68.28%55.49%-
HSV(B)244.65º70.78%85.88%-
XYZ17.610.3268.08-
YUV85.26203.48121.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 219 (85.94% from 255) = 61.00%
R=21.17%
G=17.83%
B=61.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76642190.650.7100.14244.6568.2855.49
Hex4C40DB41470Ef54437
Octal11410033310110701636510467
Binary10011001000000110110111000001100011101110111101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C40DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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