Html Css Color HEX #476393 Mariner

📋 copy color: '#476393'

red 71 ◦ green 99 ◦ blue 147

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

Shades of Mariner #476393

Tints of Mariner #476393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.23%

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 22.4%
G = 31.23%
B = 46.37%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476393 (or 0x476393) is known color: Mariner. HEX triplet: 47, 63 and 93. RGB value is (71,99,147). Sum of RGB (Red+Green+Blue) = 71+99+147=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #476393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476393 is #B89C6C. Grayscale: #5F5F5F. Windows color (decimal): -12098669 or 9659207. OLE color: 9659207.

HSL color Cylindrical-coordinate representation of color #476393: hue angle of 217.89º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476393 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 99 147 -
CMYK 0.52 0.33 0 0.42
HSL 217.89º 0.35% 0.43% -
HSV(B) 217.89º 0.52% 0.58% -
XYZ 12.33 12.37 29.34 -
YUV 96.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 71 99 147 0.52 0.33 0 0.42 217.89 0.35 0.43
Hex 47 63 93 34 21 0 2A DA 23 2B
Octal 107 143 223 64 41 0 52 332 43 53
Binary 1000111 1100011 10010011 110100 100001 0 101010 11011010 100011 101011

Color Harmonies of #476393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476393

Black with #476393

Text Example


Text Example

White with #476393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476393; }

 p { color: rgb(71,99,147); }

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

background-color css

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

 a { background-color: rgb(71,99,147); }

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

border-color css

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

 span { border-color: rgb(71,99,147); }

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