Html Css Color HEX #4C44DB Free Speech Blue

📋 copy color: '#4C44DB'

red 76 ◦ green 68 ◦ blue 219

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

Shades of Free Speech Blue #4C44DB

Tints of Free Speech Blue #4C44DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

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

R = 20.94%
G = 18.73%
B = 60.33%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C44DB (or 0x4C44DB) is known color: Free Speech Blue. HEX triplet: 4C, 44 and DB. RGB value is (76,68,219). Sum of RGB (Red+Green+Blue) = 76+68+219=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C44DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44DB is #B3BB24. Grayscale: #575757. Windows color (decimal): -11778853 or 14369868. OLE color: 14369868.

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

Color convert

RGB 76 68 219 -
CMYK 0.65 0.69 0 0.14
HSL 243.18º 0.68% 0.56% -
HSV(B) 243.18º 0.69% 0.86% -
XYZ 17.83 10.79 68.16 -
YUV 87.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 76 68 219 0.65 0.69 0 0.14 243.18 0.68 0.56
Hex 4C 44 DB 41 45 0 E F3 44 38
Octal 114 104 333 101 105 0 16 363 104 70
Binary 1001100 1000100 11011011 1000001 1000101 0 1110 11110011 1000100 111000

Color Harmonies of #4C44DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C44DB

Black with #4C44DB

Text Example


Text Example

White with #4C44DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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