Html Css Color HEX #4861AA Mariner

📋 copy color: '#4861AA'

red 72 ◦ green 97 ◦ blue 170

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

Shades of Mariner #4861AA

Tints of Mariner #4861AA

RGB

 RED value IS 72 (28.52% from 255) = 21.24%

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

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

R = 21.24%
G = 28.61%
B = 50.15%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4861AA (or 0x4861AA) is known color: Mariner. HEX triplet: 48, 61 and AA. RGB value is (72,97,170). Sum of RGB (Red+Green+Blue) = 72+97+170=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4861AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4861AA is #B79E55. Grayscale: #616161. Windows color (decimal): -12033622 or 11166024. OLE color: 11166024.

HSL color Cylindrical-coordinate representation of color #4861AA: hue angle of 224.69º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4861AA is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 97 170 -
CMYK 0.58 0.43 0 0.33
HSL 224.69º 0.4% 0.47% -
HSV(B) 224.69º 0.58% 0.67% -
XYZ 14.2 12.83 39.76 -
YUV 97.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 72 97 170 0.58 0.43 0 0.33 224.69 0.4 0.47
Hex 48 61 AA 3A 2B 0 21 E1 28 2F
Octal 110 141 252 72 53 0 41 341 50 57
Binary 1001000 1100001 10101010 111010 101011 0 100001 11100001 101000 101111

Color Harmonies of #4861AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861AA

Black with #4861AA

Text Example


Text Example

White with #4861AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4861AA; }

 p { color: rgb(72,97,170); }

 H1.HeaderClassName
 {
   color: #4861AA;
 }
 .AnyTagClassName
 {
   color: #4861AA;
 }
</style>

background-color css

<style>
 a { background-color: #4861AA; }

 a { background-color: rgb(72,97,170); }

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

border-color css

<style>
 span { border-color: #4861AA; }

 span { border-color: rgb(72,97,170); }

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