Html Css Color HEX #465560 San Juan

📋 copy color: '#465560'

red 70 ◦ green 85 ◦ blue 96

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

Shades of San Juan #465560

Tints of San Juan #465560

RGB

 RED value IS 70 (27.73% from 255) = 27.89%

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 27.89%
G = 33.86%
B = 38.25%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465560 (or 0x465560) is known color: San Juan. HEX triplet: 46, 55 and 60. RGB value is (70,85,96). Sum of RGB (Red+Green+Blue) = 70+85+96=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #465560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465560 is #B9AA9F. Grayscale: #515151. Windows color (decimal): -12167840 or 6313286. OLE color: 6313286.

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

Color convert

RGB 70 85 96 -
CMYK 0.27 0.11 0 0.62
HSL 205.38º 0.16% 0.33% -
HSV(B) 205.38º 0.27% 0.38% -
XYZ 7.89 8.64 12.32 -
YUV 81.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 70 85 96 0.27 0.11 0 0.62 205.38 0.16 0.33
Hex 46 55 60 1B B 0 3E CD 10 21
Octal 106 125 140 33 13 0 76 315 20 41
Binary 1000110 1010101 1100000 11011 1011 0 111110 11001101 10000 100001

Color Harmonies of #465560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465560

Black with #465560

Text Example


Text Example

White with #465560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465560; }

 p { color: rgb(70,85,96); }

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

background-color css

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

 a { background-color: rgb(70,85,96); }

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

border-color css

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

 span { border-color: rgb(70,85,96); }

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