Html Css Color HEX #4C5E99 Mariner

📋 copy color: '#4C5E99'

red 76 ◦ green 94 ◦ blue 153

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

Shades of Mariner #4C5E99

Tints of Mariner #4C5E99

RGB

 RED value IS 76 (30.08% from 255) = 23.53%

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 23.53%
G = 29.1%
B = 47.37%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4C5E99 (or 0x4C5E99) is known color: Mariner. HEX triplet: 4C, 5E and 99. RGB value is (76,94,153). Sum of RGB (Red+Green+Blue) = 76+94+153=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C5E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5E99 is #B3A166. Grayscale: #5F5F5F. Windows color (decimal): -11772263 or 10051148. OLE color: 10051148.

HSL color Cylindrical-coordinate representation of color #4C5E99: hue angle of 225.97º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C5E99 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 94 153 -
CMYK 0.50 0.39 0 0.4
HSL 225.97º 0.34% 0.45% -
HSV(B) 225.97º 0.5% 0.6% -
XYZ 12.73 11.84 31.75 -
YUV 95.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 76 94 153 0.50 0.39 0 0.4 225.97 0.34 0.45
Hex 4C 5E 99 32 27 0 28 E2 22 2D
Octal 114 136 231 62 47 0 50 342 42 55
Binary 1001100 1011110 10011001 110010 100111 0 101000 11100010 100010 101101

Color Harmonies of #4C5E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5E99

Black with #4C5E99

Text Example


Text Example

White with #4C5E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,94,153); }

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

background-color css

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

 a { background-color: rgb(76,94,153); }

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

border-color css

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

 span { border-color: rgb(76,94,153); }

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