Html Css Color HEX #476CAF Mariner

📋 copy color: '#476CAF'

red 71 ◦ green 108 ◦ blue 175

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

Shades of Mariner #476CAF

Tints of Mariner #476CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 20.06%
G = 30.51%
B = 49.44%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#476CAF (or 0x476CAF) is known color: Mariner. HEX triplet: 47, 6C and AF. RGB value is (71,108,175). Sum of RGB (Red+Green+Blue) = 71+108+175=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #476CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476CAF is #B89350. Grayscale: #686868. Windows color (decimal): -12096337 or 11496519. OLE color: 11496519.

HSL color Cylindrical-coordinate representation of color #476CAF: hue angle of 218.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #476CAF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 108 175 -
CMYK 0.59 0.38 0 0.31
HSL 218.65º 0.42% 0.48% -
HSV(B) 218.65º 0.59% 0.69% -
XYZ 15.7 15.16 42.66 -
YUV 104.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 71 108 175 0.59 0.38 0 0.31 218.65 0.42 0.48
Hex 47 6C AF 3B 26 0 1F DB 2A 30
Octal 107 154 257 73 46 0 37 333 52 60
Binary 1000111 1101100 10101111 111011 100110 0 11111 11011011 101010 110000

Color Harmonies of #476CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476CAF

Black with #476CAF

Text Example


Text Example

White with #476CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476CAF; }

 p { color: rgb(71,108,175); }

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

background-color css

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

 a { background-color: rgb(71,108,175); }

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

border-color css

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

 span { border-color: rgb(71,108,175); }

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