Html Css Color HEX #4E6ABC Free Speech Blue

📋 copy color: '#4E6ABC'

red 78 ◦ green 106 ◦ blue 188

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

Shades of Free Speech Blue #4E6ABC

Tints of Free Speech Blue #4E6ABC

RGB

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

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

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

R = 20.97%
G = 28.49%
B = 50.54%

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

#4E6ABC (or 0x4E6ABC) is known color: Free Speech Blue. HEX triplet: 4E, 6A and BC. RGB value is (78,106,188). Sum of RGB (Red+Green+Blue) = 78+106+188=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ABC is #B19543. Grayscale: #6A6A6A. Windows color (decimal): -11638084 or 12347982. OLE color: 12347982.

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

Color convert

RGB 78 106 188 -
CMYK 0.59 0.44 0 0.26
HSL 224.73º 0.45% 0.52% -
HSV(B) 224.73º 0.59% 0.74% -
XYZ 17.37 15.56 49.66 -
YUV 106.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 78 106 188 0.59 0.44 0 0.26 224.73 0.45 0.52
Hex 4E 6A BC 3B 2C 0 1A E1 2D 34
Octal 116 152 274 73 54 0 32 341 55 64
Binary 1001110 1101010 10111100 111011 101100 0 11010 11100001 101101 110100

Color Harmonies of #4E6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6ABC

Black with #4E6ABC

Text Example


Text Example

White with #4E6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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