Html Css Color HEX #4867AB Mariner

📋 copy color: '#4867AB'

red 72 ◦ green 103 ◦ blue 171

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

Shades of Mariner #4867AB

Tints of Mariner #4867AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 20.81%
G = 29.77%
B = 49.42%

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

#4867AB (or 0x4867AB) is known color: Mariner. HEX triplet: 48, 67 and AB. RGB value is (72,103,171). Sum of RGB (Red+Green+Blue) = 72+103+171=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #4867AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4867AB is #B79854. Grayscale: #656565. Windows color (decimal): -12032085 or 11233096. OLE color: 11233096.

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

Color convert

RGB 72 103 171 -
CMYK 0.58 0.40 0 0.33
HSL 221.21º 0.41% 0.48% -
HSV(B) 221.21º 0.58% 0.67% -
XYZ 14.87 14.02 40.45 -
YUV 101.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 72 103 171 0.58 0.40 0 0.33 221.21 0.41 0.48
Hex 48 67 AB 3A 28 0 21 DD 29 30
Octal 110 147 253 72 50 0 41 335 51 60
Binary 1001000 1100111 10101011 111010 101000 0 100001 11011101 101001 110000

Color Harmonies of #4867AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4867AB

Black with #4867AB

Text Example


Text Example

White with #4867AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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