Html Css Color HEX #475760 San Juan

📋 copy color: '#475760'

red 71 ◦ green 87 ◦ blue 96

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

Shades of San Juan #475760

Tints of San Juan #475760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 27.95%
G = 34.25%
B = 37.8%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475760 (or 0x475760) is known color: San Juan. HEX triplet: 47, 57 and 60. RGB value is (71,87,96). Sum of RGB (Red+Green+Blue) = 71+87+96=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #475760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475760 is #B8A89F. Grayscale: #535353. Windows color (decimal): -12101792 or 6313799. OLE color: 6313799.

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

Color convert

RGB 71 87 96 -
CMYK 0.26 0.09 0 0.62
HSL 201.6º 0.15% 0.33% -
HSV(B) 201.6º 0.26% 0.38% -
XYZ 8.12 9 12.38 -
YUV 83.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 71 87 96 0.26 0.09 0 0.62 201.6 0.15 0.33
Hex 47 57 60 1A 9 0 3E CA F 21
Octal 107 127 140 32 11 0 76 312 17 41
Binary 1000111 1010111 1100000 11010 1001 0 111110 11001010 1111 100001

Color Harmonies of #475760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475760

Black with #475760

Text Example


Text Example

White with #475760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475760; }

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

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

background-color css

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

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

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

border-color css

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

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

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