Html Css Color HEX #476090 Mariner

📋 copy color: '#476090'

red 71 ◦ green 96 ◦ blue 144

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

Shades of Mariner #476090

Tints of Mariner #476090

RGB

 RED value IS 71 (28.13% from 255) = 22.83%

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 22.83%
G = 30.87%
B = 46.3%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#476090 (or 0x476090) is known color: Mariner. HEX triplet: 47, 60 and 90. RGB value is (71,96,144). Sum of RGB (Red+Green+Blue) = 71+96+144=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #476090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476090 is #B89F6F. Grayscale: #5D5D5D. Windows color (decimal): -12099440 or 9461831. OLE color: 9461831.

HSL color Cylindrical-coordinate representation of color #476090: hue angle of 219.45º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476090 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 96 144 -
CMYK 0.51 0.33 0 0.44
HSL 219.45º 0.34% 0.42% -
HSV(B) 219.45º 0.51% 0.56% -
XYZ 11.82 11.72 28.02 -
YUV 94 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 71 96 144 0.51 0.33 0 0.44 219.45 0.34 0.42
Hex 47 60 90 33 21 0 2C DB 22 2A
Octal 107 140 220 63 41 0 54 333 42 52
Binary 1000111 1100000 10010000 110011 100001 0 101100 11011011 100010 101010

Color Harmonies of #476090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476090

Black with #476090

Text Example


Text Example

White with #476090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476090; }

 p { color: rgb(71,96,144); }

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

background-color css

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

 a { background-color: rgb(71,96,144); }

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

border-color css

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

 span { border-color: rgb(71,96,144); }

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