Html Css Color HEX #465860 San Juan

📋 copy color: '#465860'

red 70 ◦ green 88 ◦ blue 96

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

Shades of San Juan #465860

Tints of San Juan #465860

RGB

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

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

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

R = 27.56%
G = 34.65%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465860 (or 0x465860) is known color: San Juan. HEX triplet: 46, 58 and 60. RGB value is (70,88,96). Sum of RGB (Red+Green+Blue) = 70+88+96=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 88 (34.77% from 255 or 34.65% 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 #465860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465860 is #B9A79F. Grayscale: #535353. Windows color (decimal): -12167072 or 6314054. OLE color: 6314054.

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

Color convert

RGB 70 88 96 -
CMYK 0.27 0.08 0 0.62
HSL 198.46º 0.16% 0.33% -
HSV(B) 198.46º 0.27% 0.38% -
XYZ 8.13 9.13 12.4 -
YUV 83.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 70 88 96 0.27 0.08 0 0.62 198.46 0.16 0.33
Hex 46 58 60 1B 8 0 3E C6 10 21
Octal 106 130 140 33 10 0 76 306 20 41
Binary 1000110 1011000 1100000 11011 1000 0 111110 11000110 10000 100001

Color Harmonies of #465860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465860

Black with #465860

Text Example


Text Example

White with #465860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465860; }

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

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

background-color css

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

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

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

border-color css

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

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

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