#465862

Color #465862 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #465862

Tints of San Juan #465862

Color information

#465862 (or 0x465862) is unknown color: approx San Juan. HEX triplet: 46, 58 and 62. RGB value is (70,88,98). Sum of RGB (Red+Green+Blue) = 70+88+98=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #465862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465862 is #B9A79D. Grayscale: #535353. Windows color (decimal): -12167070 or 6445126. OLE color: 6445126.

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

Color convert

RGB708898-
CMYK0.290.1000.62
HSL201.43º16.67%32.94%-
HSV(B)201.43º28.57%38.43%-
XYZ8.229.1612.89-
YUV83.76136.04118.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=27.34%
G=34.38%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7088980.290.1000.62201.4316.6732.94
Hex4658621DA03Ec91121
Octal10613014235120763112141
Binary10001101011000110001011101101001111101100100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465862; }

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

 H1.HeaderClassName
 {
   color: #465862;
 }
 .AnyTagClassName
 {
   color: #465862;
 }
</style>
background-color css

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

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

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

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

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

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