Html Css Color HEX #476698 Mariner

📋 copy color: '#476698'

red 71 ◦ green 102 ◦ blue 152

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

Shades of Mariner #476698

Tints of Mariner #476698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 21.85%
G = 31.38%
B = 46.77%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#476698 (or 0x476698) is known color: Mariner. HEX triplet: 47, 66 and 98. RGB value is (71,102,152). Sum of RGB (Red+Green+Blue) = 71+102+152=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #476698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476698 is #B89967. Grayscale: #626262. Windows color (decimal): -12097896 or 9987655. OLE color: 9987655.

HSL color Cylindrical-coordinate representation of color #476698: hue angle of 217.04º 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 #476698 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 102 152 -
CMYK 0.53 0.33 0 0.40
HSL 217.04º 0.36% 0.44% -
HSV(B) 217.04º 0.53% 0.6% -
XYZ 13.02 13.11 31.55 -
YUV 98.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 71 102 152 0.53 0.33 0 0.40 217.04 0.36 0.44
Hex 47 66 98 35 21 0 28 D9 24 2C
Octal 107 146 230 65 41 0 50 331 44 54
Binary 1000111 1100110 10011000 110101 100001 0 101000 11011001 100100 101100

Color Harmonies of #476698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476698

Black with #476698

Text Example


Text Example

White with #476698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476698; }

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

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

background-color css

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

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

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

border-color css

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

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

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