Html Css Color HEX #4E60AC Rich Blue

📋 copy color: '#4E60AC'

red 78 ◦ green 96 ◦ blue 172

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

Shades of Rich Blue #4E60AC

Tints of Rich Blue #4E60AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.71%

R = 22.54%
G = 27.75%
B = 49.71%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E60AC (or 0x4E60AC) is known color: Rich Blue. HEX triplet: 4E, 60 and AC. RGB value is (78,96,172). Sum of RGB (Red+Green+Blue) = 78+96+172=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E60AC is #B19F53. Grayscale: #626262. Windows color (decimal): -11640660 or 11296846. OLE color: 11296846.

HSL color Cylindrical-coordinate representation of color #4E60AC: hue angle of 228.51º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E60AC is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 96 172 -
CMYK 0.55 0.44 0 0.33
HSL 228.51º 0.38% 0.49% -
HSV(B) 228.51º 0.55% 0.67% -
XYZ 14.77 12.96 40.75 -
YUV 99.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 78 96 172 0.55 0.44 0 0.33 228.51 0.38 0.49
Hex 4E 60 AC 37 2C 0 21 E5 26 31
Octal 116 140 254 67 54 0 41 345 46 61
Binary 1001110 1100000 10101100 110111 101100 0 100001 11100101 100110 110001

Color Harmonies of #4E60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E60AC

Black with #4E60AC

Text Example


Text Example

White with #4E60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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