Html Css Color HEX #4C43DB Free Speech Blue

📋 copy color: '#4C43DB'

red 76 ◦ green 67 ◦ blue 219

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

Shades of Free Speech Blue #4C43DB

Tints of Free Speech Blue #4C43DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

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

R = 20.99%
G = 18.51%
B = 60.5%

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

#4C43DB (or 0x4C43DB) is known color: Free Speech Blue. HEX triplet: 4C, 43 and DB. RGB value is (76,67,219). Sum of RGB (Red+Green+Blue) = 76+67+219=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C43DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C43DB is #B3BC24. Grayscale: #565656. Windows color (decimal): -11779109 or 14369612. OLE color: 14369612.

HSL color Cylindrical-coordinate representation of color #4C43DB: hue angle of 243.55º 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 #4C43DB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 67 219 -
CMYK 0.65 0.69 0 0.14
HSL 243.55º 0.68% 0.56% -
HSV(B) 243.55º 0.69% 0.86% -
XYZ 17.77 10.67 68.14 -
YUV 87.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 76 67 219 0.65 0.69 0 0.14 243.55 0.68 0.56
Hex 4C 43 DB 41 45 0 E F4 44 38
Octal 114 103 333 101 105 0 16 364 104 70
Binary 1001100 1000011 11011011 1000001 1000101 0 1110 11110100 1000100 111000

Color Harmonies of #4C43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C43DB

Black with #4C43DB

Text Example


Text Example

White with #4C43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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