Html Css Color HEX #4869AA Mariner

📋 copy color: '#4869AA'

red 72 ◦ green 105 ◦ blue 170

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

Shades of Mariner #4869AA

Tints of Mariner #4869AA

RGB

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

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

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

R = 20.75%
G = 30.26%
B = 48.99%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4869AA (or 0x4869AA) is known color: Mariner. HEX triplet: 48, 69 and AA. RGB value is (72,105,170). Sum of RGB (Red+Green+Blue) = 72+105+170=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4869AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4869AA is #B79655. Grayscale: #666666. Windows color (decimal): -12031574 or 11168072. OLE color: 11168072.

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

Color convert

RGB 72 105 170 -
CMYK 0.58 0.38 0 0.33
HSL 219.8º 0.4% 0.47% -
HSV(B) 219.8º 0.58% 0.67% -
XYZ 14.98 14.38 40.02 -
YUV 102.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 72 105 170 0.58 0.38 0 0.33 219.8 0.4 0.47
Hex 48 69 AA 3A 26 0 21 DC 28 2F
Octal 110 151 252 72 46 0 41 334 50 57
Binary 1001000 1101001 10101010 111010 100110 0 100001 11011100 101000 101111

Color Harmonies of #4869AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4869AA

Black with #4869AA

Text Example


Text Example

White with #4869AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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