Html Css Color HEX #485C98 Mariner

📋 copy color: '#485C98'

red 72 ◦ green 92 ◦ blue 152

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

Shades of Mariner #485C98

Tints of Mariner #485C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

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

R = 22.78%
G = 29.11%
B = 48.1%

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

#485C98 (or 0x485C98) is known color: Mariner. HEX triplet: 48, 5C and 98. RGB value is (72,92,152). Sum of RGB (Red+Green+Blue) = 72+92+152=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #485C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485C98 is #B7A367. Grayscale: #5C5C5C. Windows color (decimal): -12034920 or 9985096. OLE color: 9985096.

HSL color Cylindrical-coordinate representation of color #485C98: hue angle of 225º 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 #485C98 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 92 152 -
CMYK 0.53 0.39 0 0.40
HSL 225º 0.36% 0.44% -
HSV(B) 225º 0.53% 0.6% -
XYZ 12.17 11.3 31.25 -
YUV 92.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 72 92 152 0.53 0.39 0 0.40 225 0.36 0.44
Hex 48 5C 98 35 27 0 28 E1 24 2C
Octal 110 134 230 65 47 0 50 341 44 54
Binary 1001000 1011100 10011000 110101 100111 0 101000 11100001 100100 101100

Color Harmonies of #485C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485C98

Black with #485C98

Text Example


Text Example

White with #485C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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