Html Css Color HEX #476198 Mariner

📋 copy color: '#476198'

red 71 ◦ green 97 ◦ blue 152

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

Shades of Mariner #476198

Tints of Mariner #476198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.31%

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 22.19%
G = 30.31%
B = 47.5%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#476198 (or 0x476198) is known color: Mariner. HEX triplet: 47, 61 and 98. RGB value is (71,97,152). Sum of RGB (Red+Green+Blue) = 71+97+152=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #476198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476198 is #B89E67. Grayscale: #5F5F5F. Windows color (decimal): -12099176 or 9986375. OLE color: 9986375.

HSL color Cylindrical-coordinate representation of color #476198: hue angle of 220.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476198 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 97 152 -
CMYK 0.53 0.36 0 0.40
HSL 220.74º 0.36% 0.44% -
HSV(B) 220.74º 0.53% 0.6% -
XYZ 12.54 12.16 31.39 -
YUV 95.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 71 97 152 0.53 0.36 0 0.40 220.74 0.36 0.44
Hex 47 61 98 35 24 0 28 DD 24 2C
Octal 107 141 230 65 44 0 50 335 44 54
Binary 1000111 1100001 10011000 110101 100100 0 101000 11011101 100100 101100

Color Harmonies of #476198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476198

Black with #476198

Text Example


Text Example

White with #476198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476198; }

 p { color: rgb(71,97,152); }

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

background-color css

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

 a { background-color: rgb(71,97,152); }

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

border-color css

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

 span { border-color: rgb(71,97,152); }

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