Html Css Color HEX #485D98 Mariner

📋 copy color: '#485D98'

red 72 ◦ green 93 ◦ blue 152

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

Shades of Mariner #485D98

Tints of Mariner #485D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

 BLUE value IS 152 (59.77% from 255) = 47.95%

R = 22.71%
G = 29.34%
B = 47.95%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#485D98 (or 0x485D98) is known color: Mariner. HEX triplet: 48, 5D and 98. RGB value is (72,93,152). Sum of RGB (Red+Green+Blue) = 72+93+152=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #485D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D98 is #B7A267. Grayscale: #5D5D5D. Windows color (decimal): -12034664 or 9985352. OLE color: 9985352.

HSL color Cylindrical-coordinate representation of color #485D98: hue angle of 224.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #485D98 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 93 152 -
CMYK 0.53 0.39 0 0.40
HSL 224.25º 0.36% 0.44% -
HSV(B) 224.25º 0.53% 0.6% -
XYZ 12.25 11.47 31.27 -
YUV 93.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 72 93 152 0.53 0.39 0 0.40 224.25 0.36 0.44
Hex 48 5D 98 35 27 0 28 E0 24 2C
Octal 110 135 230 65 47 0 50 340 44 54
Binary 1001000 1011101 10011000 110101 100111 0 101000 11100000 100100 101100

Color Harmonies of #485D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D98

Black with #485D98

Text Example


Text Example

White with #485D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,93,152); }

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

background-color css

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

 a { background-color: rgb(72,93,152); }

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

border-color css

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

 span { border-color: rgb(72,93,152); }

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