Html Css Color HEX #476592 Mariner

📋 copy color: '#476592'

red 71 ◦ green 101 ◦ blue 146

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

Shades of Mariner #476592

Tints of Mariner #476592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 146 (57.42% from 255) = 45.91%

R = 22.33%
G = 31.76%
B = 45.91%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476592 (or 0x476592) is known color: Mariner. HEX triplet: 47, 65 and 92. RGB value is (71,101,146). Sum of RGB (Red+Green+Blue) = 71+101+146=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #476592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476592 is #B89A6D. Grayscale: #606060. Windows color (decimal): -12098158 or 9594183. OLE color: 9594183.

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

Color convert

RGB 71 101 146 -
CMYK 0.51 0.31 0 0.43
HSL 216º 0.35% 0.43% -
HSV(B) 216º 0.51% 0.57% -
XYZ 12.44 12.72 28.99 -
YUV 97.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 71 101 146 0.51 0.31 0 0.43 216 0.35 0.43
Hex 47 65 92 33 1F 0 2B D8 23 2B
Octal 107 145 222 63 37 0 53 330 43 53
Binary 1000111 1100101 10010010 110011 11111 0 101011 11011000 100011 101011

Color Harmonies of #476592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476592

Black with #476592

Text Example


Text Example

White with #476592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476592; }

 p { color: rgb(71,101,146); }

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

background-color css

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

 a { background-color: rgb(71,101,146); }

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

border-color css

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

 span { border-color: rgb(71,101,146); }

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