Html Css Color HEX #476398 Mariner

📋 copy color: '#476398'

red 71 ◦ green 99 ◦ blue 152

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

Shades of Mariner #476398

Tints of Mariner #476398

RGB

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

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

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

R = 22.05%
G = 30.75%
B = 47.2%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#476398 (or 0x476398) is known color: Mariner. HEX triplet: 47, 63 and 98. RGB value is (71,99,152). Sum of RGB (Red+Green+Blue) = 71+99+152=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #476398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476398 is #B89C67. Grayscale: #606060. Windows color (decimal): -12098664 or 9986887. OLE color: 9986887.

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

Color convert

RGB 71 99 152 -
CMYK 0.53 0.35 0 0.40
HSL 219.26º 0.36% 0.44% -
HSV(B) 219.26º 0.53% 0.6% -
XYZ 12.73 12.53 31.45 -
YUV 96.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 71 99 152 0.53 0.35 0 0.40 219.26 0.36 0.44
Hex 47 63 98 35 23 0 28 DB 24 2C
Octal 107 143 230 65 43 0 50 333 44 54
Binary 1000111 1100011 10011000 110101 100011 0 101000 11011011 100100 101100

Color Harmonies of #476398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476398

Black with #476398

Text Example


Text Example

White with #476398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476398; }

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

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

background-color css

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

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

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

border-color css

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

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

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