Html Css Color HEX #465966 San Juan

📋 copy color: '#465966'

red 70 ◦ green 89 ◦ blue 102

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

Shades of San Juan #465966

Tints of San Juan #465966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.08%

R = 26.82%
G = 34.1%
B = 39.08%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#465966 (or 0x465966) is known color: San Juan. HEX triplet: 46, 59 and 66. RGB value is (70,89,102). Sum of RGB (Red+Green+Blue) = 70+89+102=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #465966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465966 is #B9A699. Grayscale: #545454. Windows color (decimal): -12166810 or 6707526. OLE color: 6707526.

HSL color Cylindrical-coordinate representation of color #465966: hue angle of 204.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465966 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 89 102 -
CMYK 0.31 0.13 0 0.6
HSL 204.38º 0.19% 0.34% -
HSV(B) 204.38º 0.31% 0.4% -
XYZ 8.5 9.41 13.94 -
YUV 84.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 70 89 102 0.31 0.13 0 0.6 204.38 0.19 0.34
Hex 46 59 66 1F D 0 3C CC 13 22
Octal 106 131 146 37 15 0 74 314 23 42
Binary 1000110 1011001 1100110 11111 1101 0 111100 11001100 10011 100010

Color Harmonies of #465966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465966

Black with #465966

Text Example


Text Example

White with #465966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465966; }

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

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

background-color css

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

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

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

border-color css

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

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

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