Html Css Color HEX #476491 Mariner

📋 copy color: '#476491'

red 71 ◦ green 100 ◦ blue 145

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

Shades of Mariner #476491

Tints of Mariner #476491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 22.47%
G = 31.65%
B = 45.89%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#476491 (or 0x476491) is known color: Mariner. HEX triplet: 47, 64 and 91. RGB value is (71,100,145). Sum of RGB (Red+Green+Blue) = 71+100+145=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #476491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476491 is #B89B6E. Grayscale: #606060. Windows color (decimal): -12098415 or 9528391. OLE color: 9528391.

HSL color Cylindrical-coordinate representation of color #476491: hue angle of 216.49º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476491 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 100 145 -
CMYK 0.51 0.31 0 0.43
HSL 216.49º 0.34% 0.42% -
HSV(B) 216.49º 0.51% 0.57% -
XYZ 12.27 12.5 28.55 -
YUV 96.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 71 100 145 0.51 0.31 0 0.43 216.49 0.34 0.42
Hex 47 64 91 33 1F 0 2B D8 22 2A
Octal 107 144 221 63 37 0 53 330 42 52
Binary 1000111 1100100 10010001 110011 11111 0 101011 11011000 100010 101010

Color Harmonies of #476491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476491

Black with #476491

Text Example


Text Example

White with #476491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476491; }

 p { color: rgb(71,100,145); }

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

background-color css

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

 a { background-color: rgb(71,100,145); }

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

border-color css

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

 span { border-color: rgb(71,100,145); }

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