Html Css Color HEX #4C40DB Free Speech Blue

📋 copy color: '#4C40DB'

red 76 ◦ green 64 ◦ blue 219

#4C40DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4C40DB

Tints of Free Speech Blue #4C40DB

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%

R = 21.17%
G = 17.83%
B = 61%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C40DB (or 0x4C40DB) is known color: 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

RGB 76 64 219 -
CMYK 0.65 0.71 0 0.14
HSL 244.65º 0.68% 0.55% -
HSV(B) 244.65º 0.71% 0.86% -
XYZ 17.6 10.32 68.08 -
YUV 85.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 76 64 219 0.65 0.71 0 0.14 244.65 0.68 0.55
Hex 4C 40 DB 41 47 0 E F5 44 37
Octal 114 100 333 101 107 0 16 365 104 67
Binary 1001100 1000000 11011011 1000001 1000111 0 1110 11110101 1000100 110111

Color Harmonies of #4C40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40DB

Black with #4C40DB

Text Example


Text Example

White with #4C40DB

Text Example


Text Example

HTML Codes & Css Web 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>