Html Css Color HEX #465963 San Juan

📋 copy color: '#465963'

red 70 ◦ green 89 ◦ blue 99

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

Shades of San Juan #465963

Tints of San Juan #465963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.37%

R = 27.13%
G = 34.5%
B = 38.37%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465963 (or 0x465963) is known color: San Juan. HEX triplet: 46, 59 and 63. RGB value is (70,89,99). Sum of RGB (Red+Green+Blue) = 70+89+99=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #465963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465963 is #B9A69C. Grayscale: #545454. Windows color (decimal): -12166813 or 6510918. OLE color: 6510918.

HSL color Cylindrical-coordinate representation of color #465963: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465963 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 89 99 -
CMYK 0.29 0.10 0 0.61
HSL 200.69º 0.17% 0.33% -
HSV(B) 200.69º 0.29% 0.39% -
XYZ 8.35 9.35 13.17 -
YUV 84.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 70 89 99 0.29 0.10 0 0.61 200.69 0.17 0.33
Hex 46 59 63 1D A 0 3D C9 11 21
Octal 106 131 143 35 12 0 75 311 21 41
Binary 1000110 1011001 1100011 11101 1010 0 111101 11001001 10001 100001

Color Harmonies of #465963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465963

Black with #465963

Text Example


Text Example

White with #465963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465963; }

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

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

background-color css

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

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

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

border-color css

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

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

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