Html Css Color HEX #4E5DC0 Free Speech Blue

📋 copy color: '#4E5DC0'

red 78 ◦ green 93 ◦ blue 192

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

Shades of Free Speech Blue #4E5DC0

Tints of Free Speech Blue #4E5DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 21.49%
G = 25.62%
B = 52.89%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E5DC0 (or 0x4E5DC0) is known color: Free Speech Blue. HEX triplet: 4E, 5D and C0. RGB value is (78,93,192). Sum of RGB (Red+Green+Blue) = 78+93+192=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E5DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DC0 is #B1A23F. Grayscale: #636363. Windows color (decimal): -11641408 or 12606798. OLE color: 12606798.

HSL color Cylindrical-coordinate representation of color #4E5DC0: hue angle of 232.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5DC0 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 93 192 -
CMYK 0.59 0.52 0 0.25
HSL 232.11º 0.48% 0.53% -
HSV(B) 232.11º 0.59% 0.75% -
XYZ 16.57 13.25 51.55 -
YUV 99.8 180.03 112.45 -
System Red Green Blue C M Y K H S L
Decimal 78 93 192 0.59 0.52 0 0.25 232.11 0.48 0.53
Hex 4E 5D C0 3B 34 0 19 E8 30 35
Octal 116 135 300 73 64 0 31 350 60 65
Binary 1001110 1011101 11000000 111011 110100 0 11001 11101000 110000 110101

Color Harmonies of #4E5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DC0

Black with #4E5DC0

Text Example


Text Example

White with #4E5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,93,192); }

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

background-color css

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

 a { background-color: rgb(78,93,192); }

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

border-color css

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

 span { border-color: rgb(78,93,192); }

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