Html Css Color HEX #4E6ABE Free Speech Blue

📋 copy color: '#4E6ABE'

red 78 ◦ green 106 ◦ blue 190

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

Shades of Free Speech Blue #4E6ABE

Tints of Free Speech Blue #4E6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 20.86%
G = 28.34%
B = 50.8%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E6ABE (or 0x4E6ABE) is known color: Free Speech Blue. HEX triplet: 4E, 6A and BE. RGB value is (78,106,190). Sum of RGB (Red+Green+Blue) = 78+106+190=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ABE is #B19541. Grayscale: #6A6A6A. Windows color (decimal): -11638082 or 12479054. OLE color: 12479054.

HSL color Cylindrical-coordinate representation of color #4E6ABE: hue angle of 225º degrees, saturation: 0.46, 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 #4E6ABE is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 78 106 190 -
CMYK 0.59 0.44 0 0.25
HSL 225º 0.46% 0.53% -
HSV(B) 225º 0.59% 0.75% -
XYZ 17.59 15.65 50.81 -
YUV 107.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 78 106 190 0.59 0.44 0 0.25 225 0.46 0.53
Hex 4E 6A BE 3B 2C 0 19 E1 2E 35
Octal 116 152 276 73 54 0 31 341 56 65
Binary 1001110 1101010 10111110 111011 101100 0 11001 11100001 101110 110101

Color Harmonies of #4E6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6ABE

Black with #4E6ABE

Text Example


Text Example

White with #4E6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,106,190); }

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

background-color css

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

 a { background-color: rgb(78,106,190); }

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

border-color css

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

 span { border-color: rgb(78,106,190); }

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