#465B62

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

Shades of San Juan #465B62

Tints of San Juan #465B62

Color information

#465B62 (or 0x465B62) is unknown color: approx San Juan. HEX triplet: 46, 5B and 62. RGB value is (70,91,98). Sum of RGB (Red+Green+Blue) = 70+91+98=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #465B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B62 is #B9A49D. Grayscale: #555555. Windows color (decimal): -12166302 or 6445894. OLE color: 6445894.

HSL color Cylindrical-coordinate representation of color #465B62: hue angle of 195º 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 #465B62 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB709198-
CMYK0.290.0700.62
HSL195º16.67%32.94%-
HSV(B)195º28.57%38.43%-
XYZ8.479.6712.97-
YUV85.52135.04116.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 98 (38.67% from 255) = 37.84%
R=27.03%
G=35.14%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7091980.290.0700.6219516.6732.94
Hex465B621D703Ec31121
Octal1061331423570763032141
Binary1000110101101111000101110111101111101100001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B62; }

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

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

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

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

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

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

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

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