Html Css Color HEX #465962 San Juan

📋 copy color: '#465962'

red 70 ◦ green 89 ◦ blue 98

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

Shades of San Juan #465962

Tints of San Juan #465962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 27.24%
G = 34.63%
B = 38.13%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465962 (or 0x465962) is known color: San Juan. HEX triplet: 46, 59 and 62. RGB value is (70,89,98). Sum of RGB (Red+Green+Blue) = 70+89+98=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #465962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465962 is #B9A69D. Grayscale: #545454. Windows color (decimal): -12166814 or 6445382. OLE color: 6445382.

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

Color convert

RGB 70 89 98 -
CMYK 0.29 0.09 0 0.62
HSL 199.29º 0.17% 0.33% -
HSV(B) 199.29º 0.29% 0.38% -
XYZ 8.3 9.33 12.92 -
YUV 84.35 135.71 117.77 -
System Red Green Blue C M Y K H S L
Decimal 70 89 98 0.29 0.09 0 0.62 199.29 0.17 0.33
Hex 46 59 62 1D 9 0 3E C7 11 21
Octal 106 131 142 35 11 0 76 307 21 41
Binary 1000110 1011001 1100010 11101 1001 0 111110 11000111 10001 100001

Color Harmonies of #465962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465962

Black with #465962

Text Example


Text Example

White with #465962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465962; }

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

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

background-color css

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

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

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

border-color css

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

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

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