Html Css Color HEX #475761 San Juan

📋 copy color: '#475761'

red 71 ◦ green 87 ◦ blue 97

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

Shades of San Juan #475761

Tints of San Juan #475761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

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

R = 27.84%
G = 34.12%
B = 38.04%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475761 (or 0x475761) is known color: San Juan. HEX triplet: 47, 57 and 61. RGB value is (71,87,97). Sum of RGB (Red+Green+Blue) = 71+87+97=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #475761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475761 is #B8A89E. Grayscale: #535353. Windows color (decimal): -12101791 or 6379335. OLE color: 6379335.

HSL color Cylindrical-coordinate representation of color #475761: hue angle of 203.08º 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 #475761 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 87 97 -
CMYK 0.27 0.10 0 0.62
HSL 203.08º 0.15% 0.33% -
HSV(B) 203.08º 0.27% 0.38% -
XYZ 8.16 9.02 12.62 -
YUV 83.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 71 87 97 0.27 0.10 0 0.62 203.08 0.15 0.33
Hex 47 57 61 1B A 0 3E CB F 21
Octal 107 127 141 33 12 0 76 313 17 41
Binary 1000111 1010111 1100001 11011 1010 0 111110 11001011 1111 100001

Color Harmonies of #475761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475761

Black with #475761

Text Example


Text Example

White with #475761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475761; }

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

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

background-color css

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

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

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

border-color css

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

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

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