Html Css Color HEX #465563 San Juan

📋 copy color: '#465563'

red 70 ◦ green 85 ◦ blue 99

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

Shades of San Juan #465563

Tints of San Juan #465563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 27.56%
G = 33.46%
B = 38.98%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465563 (or 0x465563) is known color: San Juan. HEX triplet: 46, 55 and 63. RGB value is (70,85,99). Sum of RGB (Red+Green+Blue) = 70+85+99=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #465563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465563 is #B9AA9C. Grayscale: #525252. Windows color (decimal): -12167837 or 6509894. OLE color: 6509894.

HSL color Cylindrical-coordinate representation of color #465563: hue angle of 208.97º 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 #465563 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 85 99 -
CMYK 0.29 0.14 0 0.61
HSL 208.97º 0.17% 0.33% -
HSV(B) 208.97º 0.29% 0.39% -
XYZ 8.03 8.7 13.06 -
YUV 82.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 70 85 99 0.29 0.14 0 0.61 208.97 0.17 0.33
Hex 46 55 63 1D E 0 3D D1 11 21
Octal 106 125 143 35 16 0 75 321 21 41
Binary 1000110 1010101 1100011 11101 1110 0 111101 11010001 10001 100001

Color Harmonies of #465563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465563

Black with #465563

Text Example


Text Example

White with #465563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465563; }

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

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

background-color css

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

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

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

border-color css

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

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

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