Html Css Color HEX #4C5FAA Mariner

📋 copy color: '#4C5FAA'

red 76 ◦ green 95 ◦ blue 170

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

Shades of Mariner #4C5FAA

Tints of Mariner #4C5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 22.29%
G = 27.86%
B = 49.85%

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

#4C5FAA (or 0x4C5FAA) is known color: Mariner. HEX triplet: 4C, 5F and AA. RGB value is (76,95,170). Sum of RGB (Red+Green+Blue) = 76+95+170=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C5FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5FAA is #B3A055. Grayscale: #616161. Windows color (decimal): -11771990 or 11165516. OLE color: 11165516.

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

Color convert

RGB 76 95 170 -
CMYK 0.55 0.44 0 0.33
HSL 227.87º 0.38% 0.48% -
HSV(B) 227.87º 0.55% 0.67% -
XYZ 14.33 12.62 39.71 -
YUV 97.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 76 95 170 0.55 0.44 0 0.33 227.87 0.38 0.48
Hex 4C 5F AA 37 2C 0 21 E4 26 30
Octal 114 137 252 67 54 0 41 344 46 60
Binary 1001100 1011111 10101010 110111 101100 0 100001 11100100 100110 110000

Color Harmonies of #4C5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5FAA

Black with #4C5FAA

Text Example


Text Example

White with #4C5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,95,170); }

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

background-color css

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

 a { background-color: rgb(76,95,170); }

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

border-color css

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

 span { border-color: rgb(76,95,170); }

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