Html Css Color HEX #4E6ABD Free Speech Blue

📋 copy color: '#4E6ABD'

red 78 ◦ green 106 ◦ blue 189

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

Shades of Free Speech Blue #4E6ABD

Tints of Free Speech Blue #4E6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 20.91%
G = 28.42%
B = 50.67%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E6ABD (or 0x4E6ABD) is known color: Free Speech Blue. HEX triplet: 4E, 6A and BD. RGB value is (78,106,189). Sum of RGB (Red+Green+Blue) = 78+106+189=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E6ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ABD is #B19542. Grayscale: #6A6A6A. Windows color (decimal): -11638083 or 12413518. OLE color: 12413518.

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

Color convert

RGB 78 106 189 -
CMYK 0.59 0.44 0 0.26
HSL 224.86º 0.46% 0.52% -
HSV(B) 224.86º 0.59% 0.74% -
XYZ 17.48 15.6 50.23 -
YUV 107.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 78 106 189 0.59 0.44 0 0.26 224.86 0.46 0.52
Hex 4E 6A BD 3B 2C 0 1A E1 2E 34
Octal 116 152 275 73 54 0 32 341 56 64
Binary 1001110 1101010 10111101 111011 101100 0 11010 11100001 101110 110100

Color Harmonies of #4E6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6ABD

Black with #4E6ABD

Text Example


Text Example

White with #4E6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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