Html Css Color HEX #4C41DB Free Speech Blue

📋 copy color: '#4C41DB'

red 76 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Blue #4C41DB

Tints of Free Speech Blue #4C41DB

RGB

 RED value IS 76 (30.08% from 255) = 21.11%

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 219 (85.94% from 255) = 60.83%

R = 21.11%
G = 18.06%
B = 60.83%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C41DB (or 0x4C41DB) is known color: Free Speech Blue. HEX triplet: 4C, 41 and DB. RGB value is (76,65,219). Sum of RGB (Red+Green+Blue) = 76+65+219=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41DB is #B3BE24. Grayscale: #555555. Windows color (decimal): -11779621 or 14369100. OLE color: 14369100.

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

Color convert

RGB 76 65 219 -
CMYK 0.65 0.70 0 0.14
HSL 244.29º 0.68% 0.56% -
HSV(B) 244.29º 0.7% 0.86% -
XYZ 17.66 10.43 68.1 -
YUV 85.85 203.14 120.98 -
System Red Green Blue C M Y K H S L
Decimal 76 65 219 0.65 0.70 0 0.14 244.29 0.68 0.56
Hex 4C 41 DB 41 46 0 E F4 44 38
Octal 114 101 333 101 106 0 16 364 104 70
Binary 1001100 1000001 11011011 1000001 1000110 0 1110 11110100 1000100 111000

Color Harmonies of #4C41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41DB

Black with #4C41DB

Text Example


Text Example

White with #4C41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C41DB;
 }
 .AnyTagClassName
 {
   color: #4C41DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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