Html Css Color HEX #465760 San Juan

📋 copy color: '#465760'

red 70 ◦ green 87 ◦ blue 96

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

Shades of San Juan #465760

Tints of San Juan #465760

RGB

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

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

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

R = 27.67%
G = 34.39%
B = 37.94%

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

#465760 (or 0x465760) is known color: San Juan. HEX triplet: 46, 57 and 60. RGB value is (70,87,96). Sum of RGB (Red+Green+Blue) = 70+87+96=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #465760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465760 is #B9A89F. Grayscale: #525252. Windows color (decimal): -12167328 or 6313798. OLE color: 6313798.

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

Color convert

RGB 70 87 96 -
CMYK 0.27 0.09 0 0.62
HSL 200.77º 0.16% 0.33% -
HSV(B) 200.77º 0.27% 0.38% -
XYZ 8.05 8.96 12.37 -
YUV 82.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 70 87 96 0.27 0.09 0 0.62 200.77 0.16 0.33
Hex 46 57 60 1B 9 0 3E C9 10 21
Octal 106 127 140 33 11 0 76 311 20 41
Binary 1000110 1010111 1100000 11011 1001 0 111110 11001001 10000 100001

Color Harmonies of #465760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465760

Black with #465760

Text Example


Text Example

White with #465760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465760; }

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

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

background-color css

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

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

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

border-color css

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

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

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