Html Css Color HEX #4E5ABC Free Speech Blue

📋 copy color: '#4E5ABC'

red 78 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #4E5ABC

Tints of Free Speech Blue #4E5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 21.91%
G = 25.28%
B = 52.81%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E5ABC (or 0x4E5ABC) is known color: Free Speech Blue. HEX triplet: 4E, 5A and BC. RGB value is (78,90,188). Sum of RGB (Red+Green+Blue) = 78+90+188=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5ABC is #B1A543. Grayscale: #616161. Windows color (decimal): -11642180 or 12343886. OLE color: 12343886.

HSL color Cylindrical-coordinate representation of color #4E5ABC: hue angle of 233.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E5ABC is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 90 188 -
CMYK 0.59 0.52 0 0.26
HSL 233.45º 0.45% 0.52% -
HSV(B) 233.45º 0.59% 0.74% -
XYZ 15.88 12.56 49.17 -
YUV 97.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 78 90 188 0.59 0.52 0 0.26 233.45 0.45 0.52
Hex 4E 5A BC 3B 34 0 1A E9 2D 34
Octal 116 132 274 73 64 0 32 351 55 64
Binary 1001110 1011010 10111100 111011 110100 0 11010 11101001 101101 110100

Color Harmonies of #4E5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5ABC

Black with #4E5ABC

Text Example


Text Example

White with #4E5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,90,188); }

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

background-color css

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

 a { background-color: rgb(78,90,188); }

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

border-color css

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

 span { border-color: rgb(78,90,188); }

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