Html Css Color HEX #4869AB Mariner

📋 copy color: '#4869AB'

red 72 ◦ green 105 ◦ blue 171

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

Shades of Mariner #4869AB

Tints of Mariner #4869AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 20.69%
G = 30.17%
B = 49.14%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4869AB (or 0x4869AB) is known color: Mariner. HEX triplet: 48, 69 and AB. RGB value is (72,105,171). Sum of RGB (Red+Green+Blue) = 72+105+171=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4869AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4869AB is #B79654. Grayscale: #666666. Windows color (decimal): -12031573 or 11233608. OLE color: 11233608.

HSL color Cylindrical-coordinate representation of color #4869AB: hue angle of 220º 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 #4869AB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 105 171 -
CMYK 0.58 0.39 0 0.33
HSL 220º 0.41% 0.48% -
HSV(B) 220º 0.58% 0.67% -
XYZ 15.07 14.42 40.52 -
YUV 102.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 72 105 171 0.58 0.39 0 0.33 220 0.41 0.48
Hex 48 69 AB 3A 27 0 21 DC 29 30
Octal 110 151 253 72 47 0 41 334 51 60
Binary 1001000 1101001 10101011 111010 100111 0 100001 11011100 101001 110000

Color Harmonies of #4869AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4869AB

Black with #4869AB

Text Example


Text Example

White with #4869AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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