Html Css Color HEX #475961 San Juan

📋 copy color: '#475961'

red 71 ◦ green 89 ◦ blue 97

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

Shades of San Juan #475961

Tints of San Juan #475961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.74%

R = 27.63%
G = 34.63%
B = 37.74%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475961 (or 0x475961) is known color: San Juan. HEX triplet: 47, 59 and 61. RGB value is (71,89,97). Sum of RGB (Red+Green+Blue) = 71+89+97=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #475961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475961 is #B8A69E. Grayscale: #545454. Windows color (decimal): -12101279 or 6379847. OLE color: 6379847.

HSL color Cylindrical-coordinate representation of color #475961: hue angle of 198.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475961 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 89 97 -
CMYK 0.27 0.08 0 0.62
HSL 198.46º 0.15% 0.33% -
HSV(B) 198.46º 0.27% 0.38% -
XYZ 8.33 9.35 12.67 -
YUV 84.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 71 89 97 0.27 0.08 0 0.62 198.46 0.15 0.33
Hex 47 59 61 1B 8 0 3E C6 F 21
Octal 107 131 141 33 10 0 76 306 17 41
Binary 1000111 1011001 1100001 11011 1000 0 111110 11000110 1111 100001

Color Harmonies of #475961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475961

Black with #475961

Text Example


Text Example

White with #475961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475961; }

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

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

background-color css

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

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

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

border-color css

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

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

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