Html Css Color HEX #4866AB Mariner

📋 copy color: '#4866AB'

red 72 ◦ green 102 ◦ blue 171

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

Shades of Mariner #4866AB

Tints of Mariner #4866AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.57%

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

R = 20.87%
G = 29.57%
B = 49.57%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4866AB (or 0x4866AB) is known color: Mariner. HEX triplet: 48, 66 and AB. RGB value is (72,102,171). Sum of RGB (Red+Green+Blue) = 72+102+171=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4866AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866AB is #B79954. Grayscale: #646464. Windows color (decimal): -12032341 or 11232840. OLE color: 11232840.

HSL color Cylindrical-coordinate representation of color #4866AB: hue angle of 221.82º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4866AB is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 102 171 -
CMYK 0.58 0.40 0 0.33
HSL 221.82º 0.41% 0.48% -
HSV(B) 221.82º 0.58% 0.67% -
XYZ 14.77 13.82 40.42 -
YUV 100.9 167.56 107.39 -
System Red Green Blue C M Y K H S L
Decimal 72 102 171 0.58 0.40 0 0.33 221.82 0.41 0.48
Hex 48 66 AB 3A 28 0 21 DE 29 30
Octal 110 146 253 72 50 0 41 336 51 60
Binary 1001000 1100110 10101011 111010 101000 0 100001 11011110 101001 110000

Color Harmonies of #4866AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4866AB

Black with #4866AB

Text Example


Text Example

White with #4866AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4866AB; }

 p { color: rgb(72,102,171); }

 H1.HeaderClassName
 {
   color: #4866AB;
 }
 .AnyTagClassName
 {
   color: #4866AB;
 }
</style>

background-color css

<style>
 a { background-color: #4866AB; }

 a { background-color: rgb(72,102,171); }

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

border-color css

<style>
 span { border-color: #4866AB; }

 span { border-color: rgb(72,102,171); }

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