Html Css Color HEX #485EAB Mariner

📋 copy color: '#485EAB'

red 72 ◦ green 94 ◦ blue 171

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

Shades of Mariner #485EAB

Tints of Mariner #485EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 21.36%
G = 27.89%
B = 50.74%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485EAB (or 0x485EAB) is known color: Mariner. HEX triplet: 48, 5E and AB. RGB value is (72,94,171). Sum of RGB (Red+Green+Blue) = 72+94+171=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #485EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485EAB is #B7A154. Grayscale: #5F5F5F. Windows color (decimal): -12034389 or 11230792. OLE color: 11230792.

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

Color convert

RGB 72 94 171 -
CMYK 0.58 0.45 0 0.33
HSL 226.67º 0.41% 0.48% -
HSV(B) 226.67º 0.58% 0.67% -
XYZ 14.03 12.32 40.17 -
YUV 96.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 72 94 171 0.58 0.45 0 0.33 226.67 0.41 0.48
Hex 48 5E AB 3A 2D 0 21 E3 29 30
Octal 110 136 253 72 55 0 41 343 51 60
Binary 1001000 1011110 10101011 111010 101101 0 100001 11100011 101001 110000

Color Harmonies of #485EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EAB

Black with #485EAB

Text Example


Text Example

White with #485EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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