Html Css Color HEX #485E8C Mariner

📋 copy color: '#485E8C'

red 72 ◦ green 94 ◦ blue 140

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

Shades of Mariner #485E8C

Tints of Mariner #485E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 23.53%
G = 30.72%
B = 45.75%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#485E8C (or 0x485E8C) is known color: Mariner. HEX triplet: 48, 5E and 8C. RGB value is (72,94,140). Sum of RGB (Red+Green+Blue) = 72+94+140=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #485E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E8C is #B7A173. Grayscale: #5C5C5C. Windows color (decimal): -12034420 or 9199176. OLE color: 9199176.

HSL color Cylindrical-coordinate representation of color #485E8C: hue angle of 220.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #485E8C is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 94 140 -
CMYK 0.49 0.33 0 0.45
HSL 220.59º 0.32% 0.42% -
HSV(B) 220.59º 0.49% 0.55% -
XYZ 11.41 11.28 26.39 -
YUV 92.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 72 94 140 0.49 0.33 0 0.45 220.59 0.32 0.42
Hex 48 5E 8C 31 21 0 2D DD 20 2A
Octal 110 136 214 61 41 0 55 335 40 52
Binary 1001000 1011110 10001100 110001 100001 0 101101 11011101 100000 101010

Color Harmonies of #485E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E8C

Black with #485E8C

Text Example


Text Example

White with #485E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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