Html Css Color HEX #475861 San Juan

📋 copy color: '#475861'

red 71 ◦ green 88 ◦ blue 97

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

Shades of San Juan #475861

Tints of San Juan #475861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 27.73%
G = 34.38%
B = 37.89%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475861 (or 0x475861) is known color: San Juan. HEX triplet: 47, 58 and 61. RGB value is (71,88,97). Sum of RGB (Red+Green+Blue) = 71+88+97=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #475861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475861 is #B8A79E. Grayscale: #535353. Windows color (decimal): -12101535 or 6379591. OLE color: 6379591.

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

Color convert

RGB 71 88 97 -
CMYK 0.27 0.09 0 0.62
HSL 200.77º 0.15% 0.33% -
HSV(B) 200.77º 0.27% 0.38% -
XYZ 8.25 9.18 12.65 -
YUV 83.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 71 88 97 0.27 0.09 0 0.62 200.77 0.15 0.33
Hex 47 58 61 1B 9 0 3E C9 F 21
Octal 107 130 141 33 11 0 76 311 17 41
Binary 1000111 1011000 1100001 11011 1001 0 111110 11001001 1111 100001

Color Harmonies of #475861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475861

Black with #475861

Text Example


Text Example

White with #475861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475861; }

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

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

background-color css

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

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

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

border-color css

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

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

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