Html Css Color HEX #465666 San Juan

📋 copy color: '#465666'

red 70 ◦ green 86 ◦ blue 102

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

Shades of San Juan #465666

Tints of San Juan #465666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.33%

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

R = 27.13%
G = 33.33%
B = 39.53%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#465666 (or 0x465666) is known color: San Juan. HEX triplet: 46, 56 and 66. RGB value is (70,86,102). Sum of RGB (Red+Green+Blue) = 70+86+102=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #465666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465666 is #B9A999. Grayscale: #525252. Windows color (decimal): -12167578 or 6706758. OLE color: 6706758.

HSL color Cylindrical-coordinate representation of color #465666: hue angle of 210º 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 #465666 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 86 102 -
CMYK 0.31 0.16 0 0.6
HSL 210º 0.19% 0.34% -
HSV(B) 210º 0.31% 0.4% -
XYZ 8.25 8.92 13.86 -
YUV 83.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 70 86 102 0.31 0.16 0 0.6 210 0.19 0.34
Hex 46 56 66 1F 10 0 3C D2 13 22
Octal 106 126 146 37 20 0 74 322 23 42
Binary 1000110 1010110 1100110 11111 10000 0 111100 11010010 10011 100010

Color Harmonies of #465666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465666

Black with #465666

Text Example


Text Example

White with #465666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465666; }

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

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

background-color css

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

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

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

border-color css

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

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

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