Html Css Color HEX #4E4CDA Free Speech Blue

📋 copy color: '#4E4CDA'

red 78 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #4E4CDA

Tints of Free Speech Blue #4E4CDA

RGB

 RED value IS 78 (30.86% from 255) = 20.97%

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 20.97%
G = 20.43%
B = 58.6%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4E4CDA (or 0x4E4CDA) is known color: Free Speech Blue. HEX triplet: 4E, 4C and DA. RGB value is (78,76,218). Sum of RGB (Red+Green+Blue) = 78+76+218=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E4CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E4CDA is #B1B325. Grayscale: #5C5C5C. Windows color (decimal): -11645734 or 14306382. OLE color: 14306382.

HSL color Cylindrical-coordinate representation of color #4E4CDA: hue angle of 240.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E4CDA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 78 76 218 -
CMYK 0.64 0.65 0 0.15
HSL 240.85º 0.66% 0.58% -
HSV(B) 240.85º 0.65% 0.85% -
XYZ 18.38 11.85 67.65 -
YUV 92.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 78 76 218 0.64 0.65 0 0.15 240.85 0.66 0.58
Hex 4E 4C DA 40 41 0 F F1 42 3A
Octal 116 114 332 100 101 0 17 361 102 72
Binary 1001110 1001100 11011010 1000000 1000001 0 1111 11110001 1000010 111010

Color Harmonies of #4E4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4CDA

Black with #4E4CDA

Text Example


Text Example

White with #4E4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,218); }

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

background-color css

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

 a { background-color: rgb(78,76,218); }

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

border-color css

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

 span { border-color: rgb(78,76,218); }

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