Html Css Color HEX #485BAB Mariner

📋 copy color: '#485BAB'

red 72 ◦ green 91 ◦ blue 171

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

Shades of Mariner #485BAB

Tints of Mariner #485BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 21.56%
G = 27.25%
B = 51.2%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485BAB (or 0x485BAB) is known color: Mariner. HEX triplet: 48, 5B and AB. RGB value is (72,91,171). Sum of RGB (Red+Green+Blue) = 72+91+171=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #485BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485BAB is #B7A454. Grayscale: #5E5E5E. Windows color (decimal): -12035157 or 11230024. OLE color: 11230024.

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

Color convert

RGB 72 91 171 -
CMYK 0.58 0.47 0 0.33
HSL 228.48º 0.41% 0.48% -
HSV(B) 228.48º 0.58% 0.67% -
XYZ 13.76 11.8 40.08 -
YUV 94.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 72 91 171 0.58 0.47 0 0.33 228.48 0.41 0.48
Hex 48 5B AB 3A 2F 0 21 E4 29 30
Octal 110 133 253 72 57 0 41 344 51 60
Binary 1001000 1011011 10101011 111010 101111 0 100001 11100100 101001 110000

Color Harmonies of #485BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485BAB

Black with #485BAB

Text Example


Text Example

White with #485BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485BAB; }

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

 H1.HeaderClassName
 {
   color: #485BAB;
 }
 .AnyTagClassName
 {
   color: #485BAB;
 }
</style>

background-color css

<style>
 a { background-color: #485BAB; }

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

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

border-color css

<style>
 span { border-color: #485BAB; }

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

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