Html Css Color HEX #485FA7 Mariner

📋 copy color: '#485FA7'

red 72 ◦ green 95 ◦ blue 167

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

Shades of Mariner #485FA7

Tints of Mariner #485FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50%

R = 21.56%
G = 28.44%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#485FA7 (or 0x485FA7) is known color: Mariner. HEX triplet: 48, 5F and A7. RGB value is (72,95,167). Sum of RGB (Red+Green+Blue) = 72+95+167=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #485FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485FA7 is #B7A058. Grayscale: #606060. Windows color (decimal): -12034137 or 10968904. OLE color: 10968904.

HSL color Cylindrical-coordinate representation of color #485FA7: hue angle of 225.47º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485FA7 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 95 167 -
CMYK 0.57 0.43 0 0.35
HSL 225.47º 0.4% 0.47% -
HSV(B) 225.47º 0.57% 0.65% -
XYZ 13.74 12.35 38.22 -
YUV 96.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 72 95 167 0.57 0.43 0 0.35 225.47 0.4 0.47
Hex 48 5F A7 39 2B 0 23 E1 28 2F
Octal 110 137 247 71 53 0 43 341 50 57
Binary 1001000 1011111 10100111 111001 101011 0 100011 11100001 101000 101111

Color Harmonies of #485FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485FA7

Black with #485FA7

Text Example


Text Example

White with #485FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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