Html Css Color HEX #475963 San Juan

📋 copy color: '#475963'

red 71 ◦ green 89 ◦ blue 99

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

Shades of San Juan #475963

Tints of San Juan #475963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 27.41%
G = 34.36%
B = 38.22%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475963 (or 0x475963) is known color: San Juan. HEX triplet: 47, 59 and 63. RGB value is (71,89,99). Sum of RGB (Red+Green+Blue) = 71+89+99=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #475963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475963 is #B8A69C. Grayscale: #545454. Windows color (decimal): -12101277 or 6510919. OLE color: 6510919.

HSL color Cylindrical-coordinate representation of color #475963: hue angle of 201.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475963 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 89 99 -
CMYK 0.28 0.10 0 0.61
HSL 201.43º 0.16% 0.33% -
HSV(B) 201.43º 0.28% 0.39% -
XYZ 8.42 9.39 13.17 -
YUV 84.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 71 89 99 0.28 0.10 0 0.61 201.43 0.16 0.33
Hex 47 59 63 1C A 0 3D C9 10 21
Octal 107 131 143 34 12 0 75 311 20 41
Binary 1000111 1011001 1100011 11100 1010 0 111101 11001001 10000 100001

Color Harmonies of #475963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475963

Black with #475963

Text Example


Text Example

White with #475963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475963; }

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

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

background-color css

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

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

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

border-color css

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

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

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