Html Css Color HEX #465661 San Juan

📋 copy color: '#465661'

red 70 ◦ green 86 ◦ blue 97

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

Shades of San Juan #465661

Tints of San Juan #465661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.34%

R = 27.67%
G = 33.99%
B = 38.34%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465661 (or 0x465661) is known color: San Juan. HEX triplet: 46, 56 and 61. RGB value is (70,86,97). Sum of RGB (Red+Green+Blue) = 70+86+97=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #465661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465661 is #B9A99E. Grayscale: #525252. Windows color (decimal): -12167583 or 6379078. OLE color: 6379078.

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

Color convert

RGB 70 86 97 -
CMYK 0.28 0.11 0 0.62
HSL 204.44º 0.16% 0.33% -
HSV(B) 204.44º 0.28% 0.38% -
XYZ 8.01 8.82 12.59 -
YUV 82.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 70 86 97 0.28 0.11 0 0.62 204.44 0.16 0.33
Hex 46 56 61 1C B 0 3E CC 10 21
Octal 106 126 141 34 13 0 76 314 20 41
Binary 1000110 1010110 1100001 11100 1011 0 111110 11001100 10000 100001

Color Harmonies of #465661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465661

Black with #465661

Text Example


Text Example

White with #465661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465661; }

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

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

background-color css

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

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

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

border-color css

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

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

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