Html Css Color HEX #476098 Mariner

📋 copy color: '#476098'

red 71 ◦ green 96 ◦ blue 152

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

Shades of Mariner #476098

Tints of Mariner #476098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 22.26%
G = 30.09%
B = 47.65%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#476098 (or 0x476098) is known color: Mariner. HEX triplet: 47, 60 and 98. RGB value is (71,96,152). Sum of RGB (Red+Green+Blue) = 71+96+152=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #476098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476098 is #B89F67. Grayscale: #5E5E5E. Windows color (decimal): -12099432 or 9986119. OLE color: 9986119.

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

Color convert

RGB 71 96 152 -
CMYK 0.53 0.37 0 0.40
HSL 221.48º 0.36% 0.44% -
HSV(B) 221.48º 0.53% 0.6% -
XYZ 12.45 11.97 31.36 -
YUV 94.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 71 96 152 0.53 0.37 0 0.40 221.48 0.36 0.44
Hex 47 60 98 35 25 0 28 DD 24 2C
Octal 107 140 230 65 45 0 50 335 44 54
Binary 1000111 1100000 10011000 110101 100101 0 101000 11011101 100100 101100

Color Harmonies of #476098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476098

Black with #476098

Text Example


Text Example

White with #476098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476098; }

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

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

background-color css

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

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

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

border-color css

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

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

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