Html Css Color HEX #4C61AC Mariner

📋 copy color: '#4C61AC'

red 76 ◦ green 97 ◦ blue 172

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

Shades of Mariner #4C61AC

Tints of Mariner #4C61AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 22.03%
G = 28.12%
B = 49.86%

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

#4C61AC (or 0x4C61AC) is known color: Mariner. HEX triplet: 4C, 61 and AC. RGB value is (76,97,172). Sum of RGB (Red+Green+Blue) = 76+97+172=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C61AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C61AC is #B39E53. Grayscale: #626262. Windows color (decimal): -11771476 or 11297100. OLE color: 11297100.

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

Color convert

RGB 76 97 172 -
CMYK 0.56 0.44 0 0.33
HSL 226.88º 0.39% 0.49% -
HSV(B) 226.88º 0.56% 0.67% -
XYZ 14.7 13.06 40.78 -
YUV 99.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 76 97 172 0.56 0.44 0 0.33 226.88 0.39 0.49
Hex 4C 61 AC 38 2C 0 21 E3 27 31
Octal 114 141 254 70 54 0 41 343 47 61
Binary 1001100 1100001 10101100 111000 101100 0 100001 11100011 100111 110001

Color Harmonies of #4C61AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C61AC

Black with #4C61AC

Text Example


Text Example

White with #4C61AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,172); }

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

background-color css

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

 a { background-color: rgb(76,97,172); }

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

border-color css

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

 span { border-color: rgb(76,97,172); }

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