Html Css Color HEX #4E5DCC Free Speech Blue

📋 copy color: '#4E5DCC'

red 78 ◦ green 93 ◦ blue 204

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

Shades of Free Speech Blue #4E5DCC

Tints of Free Speech Blue #4E5DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 20.8%
G = 24.8%
B = 54.4%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E5DCC (or 0x4E5DCC) is known color: Free Speech Blue. HEX triplet: 4E, 5D and CC. RGB value is (78,93,204). Sum of RGB (Red+Green+Blue) = 78+93+204=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DCC is #B1A233. Grayscale: #646464. Windows color (decimal): -11641396 or 13393230. OLE color: 13393230.

HSL color Cylindrical-coordinate representation of color #4E5DCC: hue angle of 232.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E5DCC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 93 204 -
CMYK 0.62 0.54 0 0.2
HSL 232.86º 0.55% 0.55% -
HSV(B) 232.86º 0.62% 0.8% -
XYZ 17.96 13.81 58.85 -
YUV 101.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 78 93 204 0.62 0.54 0 0.2 232.86 0.55 0.55
Hex 4E 5D CC 3E 36 0 14 E9 37 37
Octal 116 135 314 76 66 0 24 351 67 67
Binary 1001110 1011101 11001100 111110 110110 0 10100 11101001 110111 110111

Color Harmonies of #4E5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DCC

Black with #4E5DCC

Text Example


Text Example

White with #4E5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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