Html Css Color HEX #4C5E90 Mariner

📋 copy color: '#4C5E90'

red 76 ◦ green 94 ◦ blue 144

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

Shades of Mariner #4C5E90

Tints of Mariner #4C5E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 24.2%
G = 29.94%
B = 45.86%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C5E90 (or 0x4C5E90) is known color: Mariner. HEX triplet: 4C, 5E and 90. RGB value is (76,94,144). Sum of RGB (Red+Green+Blue) = 76+94+144=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C5E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5E90 is #B3A16F. Grayscale: #5E5E5E. Windows color (decimal): -11772272 or 9461324. OLE color: 9461324.

HSL color Cylindrical-coordinate representation of color #4C5E90: hue angle of 224.12º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C5E90 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 94 144 -
CMYK 0.47 0.35 0 0.44
HSL 224.12º 0.31% 0.43% -
HSV(B) 224.12º 0.47% 0.56% -
XYZ 12.02 11.56 27.98 -
YUV 94.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 76 94 144 0.47 0.35 0 0.44 224.12 0.31 0.43
Hex 4C 5E 90 2F 23 0 2C E0 1F 2B
Octal 114 136 220 57 43 0 54 340 37 53
Binary 1001100 1011110 10010000 101111 100011 0 101100 11100000 11111 101011

Color Harmonies of #4C5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5E90

Black with #4C5E90

Text Example


Text Example

White with #4C5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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