Html Css Color HEX #476594 Mariner

📋 copy color: '#476594'

red 71 ◦ green 101 ◦ blue 148

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

Shades of Mariner #476594

Tints of Mariner #476594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 22.19%
G = 31.56%
B = 46.25%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#476594 (or 0x476594) is known color: Mariner. HEX triplet: 47, 65 and 94. RGB value is (71,101,148). Sum of RGB (Red+Green+Blue) = 71+101+148=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #476594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476594 is #B89A6B. Grayscale: #616161. Windows color (decimal): -12098156 or 9725255. OLE color: 9725255.

HSL color Cylindrical-coordinate representation of color #476594: hue angle of 216.62º 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 #476594 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 101 148 -
CMYK 0.52 0.32 0 0.42
HSL 216.62º 0.35% 0.43% -
HSV(B) 216.62º 0.52% 0.58% -
XYZ 12.6 12.79 29.82 -
YUV 97.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 71 101 148 0.52 0.32 0 0.42 216.62 0.35 0.43
Hex 47 65 94 34 20 0 2A D9 23 2B
Octal 107 145 224 64 40 0 52 331 43 53
Binary 1000111 1100101 10010100 110100 100000 0 101010 11011001 100011 101011

Color Harmonies of #476594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476594

Black with #476594

Text Example


Text Example

White with #476594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476594; }

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

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

background-color css

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

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

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

border-color css

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

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

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