Html Css Color HEX #485CAB Mariner

📋 copy color: '#485CAB'

red 72 ◦ green 92 ◦ blue 171

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

Shades of Mariner #485CAB

Tints of Mariner #485CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 21.49%
G = 27.46%
B = 51.04%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#485CAB (or 0x485CAB) is known color: Mariner. HEX triplet: 48, 5C and AB. RGB value is (72,92,171). Sum of RGB (Red+Green+Blue) = 72+92+171=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #485CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485CAB is #B7A354. Grayscale: #5E5E5E. Windows color (decimal): -12034901 or 11230280. OLE color: 11230280.

HSL color Cylindrical-coordinate representation of color #485CAB: hue angle of 227.88º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #485CAB is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 92 171 -
CMYK 0.58 0.46 0 0.33
HSL 227.88º 0.41% 0.48% -
HSV(B) 227.88º 0.58% 0.67% -
XYZ 13.85 11.97 40.11 -
YUV 95.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 72 92 171 0.58 0.46 0 0.33 227.88 0.41 0.48
Hex 48 5C AB 3A 2E 0 21 E4 29 30
Octal 110 134 253 72 56 0 41 344 51 60
Binary 1001000 1011100 10101011 111010 101110 0 100001 11100100 101001 110000

Color Harmonies of #485CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485CAB

Black with #485CAB

Text Example


Text Example

White with #485CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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