Html Css Color HEX #47669F Mariner

📋 copy color: '#47669F'

red 71 ◦ green 102 ◦ blue 159

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

Shades of Mariner #47669F

Tints of Mariner #47669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 21.39%
G = 30.72%
B = 47.89%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47669F (or 0x47669F) is known color: Mariner. HEX triplet: 47, 66 and 9F. RGB value is (71,102,159). Sum of RGB (Red+Green+Blue) = 71+102+159=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #47669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47669F is #B89960. Grayscale: #626262. Windows color (decimal): -12097889 or 10446407. OLE color: 10446407.

HSL color Cylindrical-coordinate representation of color #47669F: hue angle of 218.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47669F is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 102 159 -
CMYK 0.55 0.36 0 0.38
HSL 218.86º 0.38% 0.45% -
HSV(B) 218.86º 0.55% 0.62% -
XYZ 13.61 13.35 34.66 -
YUV 99.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 71 102 159 0.55 0.36 0 0.38 218.86 0.38 0.45
Hex 47 66 9F 37 24 0 26 DB 26 2D
Octal 107 146 237 67 44 0 46 333 46 55
Binary 1000111 1100110 10011111 110111 100100 0 100110 11011011 100110 101101

Color Harmonies of #47669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47669F

Black with #47669F

Text Example


Text Example

White with #47669F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47669F; }

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

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

background-color css

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

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

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

border-color css

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

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

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