Html Css Color HEX #465961 San Juan

📋 copy color: '#465961'

red 70 ◦ green 89 ◦ blue 97

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

Shades of San Juan #465961

Tints of San Juan #465961

RGB

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

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

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

R = 27.34%
G = 34.77%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465961 (or 0x465961) is known color: San Juan. HEX triplet: 46, 59 and 61. RGB value is (70,89,97). Sum of RGB (Red+Green+Blue) = 70+89+97=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #465961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465961 is #B9A69E. Grayscale: #545454. Windows color (decimal): -12166815 or 6379846. OLE color: 6379846.

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

Color convert

RGB 70 89 97 -
CMYK 0.28 0.08 0 0.62
HSL 197.78º 0.16% 0.33% -
HSV(B) 197.78º 0.28% 0.38% -
XYZ 8.26 9.31 12.67 -
YUV 84.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 70 89 97 0.28 0.08 0 0.62 197.78 0.16 0.33
Hex 46 59 61 1C 8 0 3E C6 10 21
Octal 106 131 141 34 10 0 76 306 20 41
Binary 1000110 1011001 1100001 11100 1000 0 111110 11000110 10000 100001

Color Harmonies of #465961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465961

Black with #465961

Text Example


Text Example

White with #465961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465961; }

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

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

background-color css

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

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

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

border-color css

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

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

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