Html Css Color HEX #4C60AB Mariner

📋 copy color: '#4C60AB'

red 76 ◦ green 96 ◦ blue 171

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

Shades of Mariner #4C60AB

Tints of Mariner #4C60AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 22.16%
G = 27.99%
B = 49.85%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C60AB (or 0x4C60AB) is known color: Mariner. HEX triplet: 4C, 60 and AB. RGB value is (76,96,171). Sum of RGB (Red+Green+Blue) = 76+96+171=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C60AB is #B39F54. Grayscale: #626262. Windows color (decimal): -11771733 or 11231308. OLE color: 11231308.

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

Color convert

RGB 76 96 171 -
CMYK 0.56 0.44 0 0.33
HSL 227.37º 0.38% 0.48% -
HSV(B) 227.37º 0.56% 0.67% -
XYZ 14.51 12.84 40.24 -
YUV 98.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 76 96 171 0.56 0.44 0 0.33 227.37 0.38 0.48
Hex 4C 60 AB 38 2C 0 21 E3 26 30
Octal 114 140 253 70 54 0 41 343 46 60
Binary 1001100 1100000 10101011 111000 101100 0 100001 11100011 100110 110000

Color Harmonies of #4C60AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C60AB

Black with #4C60AB

Text Example


Text Example

White with #4C60AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,171); }

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

background-color css

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

 a { background-color: rgb(76,96,171); }

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

border-color css

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

 span { border-color: rgb(76,96,171); }

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