Html Css Color HEX #4E60BA Free Speech Blue

📋 copy color: '#4E60BA'

red 78 ◦ green 96 ◦ blue 186

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

Shades of Free Speech Blue #4E60BA

Tints of Free Speech Blue #4E60BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 21.67%
G = 26.67%
B = 51.67%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E60BA (or 0x4E60BA) is known color: Free Speech Blue. HEX triplet: 4E, 60 and BA. RGB value is (78,96,186). Sum of RGB (Red+Green+Blue) = 78+96+186=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E60BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E60BA is #B19F45. Grayscale: #646464. Windows color (decimal): -11640646 or 12214350. OLE color: 12214350.

HSL color Cylindrical-coordinate representation of color #4E60BA: hue angle of 230º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E60BA is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 96 186 -
CMYK 0.58 0.48 0 0.27
HSL 230º 0.44% 0.52% -
HSV(B) 230º 0.58% 0.73% -
XYZ 16.19 13.53 48.21 -
YUV 100.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 78 96 186 0.58 0.48 0 0.27 230 0.44 0.52
Hex 4E 60 BA 3A 30 0 1B E6 2C 34
Octal 116 140 272 72 60 0 33 346 54 64
Binary 1001110 1100000 10111010 111010 110000 0 11011 11100110 101100 110100

Color Harmonies of #4E60BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E60BA

Black with #4E60BA

Text Example


Text Example

White with #4E60BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,186); }

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

background-color css

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

 a { background-color: rgb(78,96,186); }

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

border-color css

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

 span { border-color: rgb(78,96,186); }

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