Html Css Color HEX #47609B Mariner

📋 copy color: '#47609B'

red 71 ◦ green 96 ◦ blue 155

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

Shades of Mariner #47609B

Tints of Mariner #47609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 22.05%
G = 29.81%
B = 48.14%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47609B (or 0x47609B) is known color: Mariner. HEX triplet: 47, 60 and 9B. RGB value is (71,96,155). Sum of RGB (Red+Green+Blue) = 71+96+155=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #47609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47609B is #B89F64. Grayscale: #5E5E5E. Windows color (decimal): -12099429 or 10182727. OLE color: 10182727.

HSL color Cylindrical-coordinate representation of color #47609B: hue angle of 222.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47609B is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 96 155 -
CMYK 0.54 0.38 0 0.39
HSL 222.14º 0.37% 0.44% -
HSV(B) 222.14º 0.54% 0.61% -
XYZ 12.7 12.07 32.67 -
YUV 95.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 71 96 155 0.54 0.38 0 0.39 222.14 0.37 0.44
Hex 47 60 9B 36 26 0 27 DE 25 2C
Octal 107 140 233 66 46 0 47 336 45 54
Binary 1000111 1100000 10011011 110110 100110 0 100111 11011110 100101 101100

Color Harmonies of #47609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47609B

Black with #47609B

Text Example


Text Example

White with #47609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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