Html Css Color HEX #485FB0 Mariner

📋 copy color: '#485FB0'

red 72 ◦ green 95 ◦ blue 176

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

Shades of Mariner #485FB0

Tints of Mariner #485FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

 BLUE value IS 176 (69.14% from 255) = 51.31%

R = 20.99%
G = 27.7%
B = 51.31%

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

#485FB0 (or 0x485FB0) is known color: Mariner. HEX triplet: 48, 5F and B0. RGB value is (72,95,176). Sum of RGB (Red+Green+Blue) = 72+95+176=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #485FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FB0 is #B7A04F. Grayscale: #616161. Windows color (decimal): -12034128 or 11558728. OLE color: 11558728.

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

Color convert

RGB 72 95 176 -
CMYK 0.59 0.46 0 0.31
HSL 226.73º 0.42% 0.49% -
HSV(B) 226.73º 0.59% 0.69% -
XYZ 14.6 12.7 42.76 -
YUV 97.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 72 95 176 0.59 0.46 0 0.31 226.73 0.42 0.49
Hex 48 5F B0 3B 2E 0 1F E3 2A 31
Octal 110 137 260 73 56 0 37 343 52 61
Binary 1001000 1011111 10110000 111011 101110 0 11111 11100011 101010 110001

Color Harmonies of #485FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FB0

Black with #485FB0

Text Example


Text Example

White with #485FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,95,176); }

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

background-color css

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

 a { background-color: rgb(72,95,176); }

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

border-color css

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

 span { border-color: rgb(72,95,176); }

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