Html Css Color HEX #4D43DB Free Speech Blue

📋 copy color: '#4D43DB'

red 77 ◦ green 67 ◦ blue 219

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

Shades of Free Speech Blue #4D43DB

Tints of Free Speech Blue #4D43DB

RGB

 RED value IS 77 (30.47% from 255) = 21.21%

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

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

R = 21.21%
G = 18.46%
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

#4D43DB (or 0x4D43DB) is known color: Free Speech Blue. HEX triplet: 4D, 43 and DB. RGB value is (77,67,219). Sum of RGB (Red+Green+Blue) = 77+67+219=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 67 (26.56% from 255 or 18.46% 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 #4D43DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43DB is #B2BC24. Grayscale: #565656. Windows color (decimal): -11713573 or 14369613. OLE color: 14369613.

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

Color convert

RGB 77 67 219 -
CMYK 0.65 0.69 0 0.14
HSL 243.95º 0.68% 0.56% -
HSV(B) 243.95º 0.69% 0.86% -
XYZ 17.85 10.71 68.14 -
YUV 87.32 202.31 120.64 -
System Red Green Blue C M Y K H S L
Decimal 77 67 219 0.65 0.69 0 0.14 243.95 0.68 0.56
Hex 4D 43 DB 41 45 0 E F4 44 38
Octal 115 103 333 101 105 0 16 364 104 70
Binary 1001101 1000011 11011011 1000001 1000101 0 1110 11110100 1000100 111000

Color Harmonies of #4D43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D43DB

Black with #4D43DB

Text Example


Text Example

White with #4D43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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