Html Css Color HEX #485EAF Mariner

📋 copy color: '#485EAF'

red 72 ◦ green 94 ◦ blue 175

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

Shades of Mariner #485EAF

Tints of Mariner #485EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.32%

R = 21.11%
G = 27.57%
B = 51.32%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#485EAF (or 0x485EAF) is known color: Mariner. HEX triplet: 48, 5E and AF. RGB value is (72,94,175). Sum of RGB (Red+Green+Blue) = 72+94+175=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #485EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485EAF is #B7A150. Grayscale: #606060. Windows color (decimal): -12034385 or 11492936. OLE color: 11492936.

HSL color Cylindrical-coordinate representation of color #485EAF: hue angle of 227.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485EAF is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 94 175 -
CMYK 0.59 0.46 0 0.31
HSL 227.18º 0.42% 0.48% -
HSV(B) 227.18º 0.59% 0.69% -
XYZ 14.41 12.48 42.21 -
YUV 96.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 72 94 175 0.59 0.46 0 0.31 227.18 0.42 0.48
Hex 48 5E AF 3B 2E 0 1F E3 2A 30
Octal 110 136 257 73 56 0 37 343 52 60
Binary 1001000 1011110 10101111 111011 101110 0 11111 11100011 101010 110000

Color Harmonies of #485EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485EAF

Black with #485EAF

Text Example


Text Example

White with #485EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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