Html Css Color HEX #465B63 San Juan

📋 copy color: '#465B63'

red 70 ◦ green 91 ◦ blue 99

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

Shades of San Juan #465B63

Tints of San Juan #465B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

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

R = 26.92%
G = 35%
B = 38.08%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465B63 (or 0x465B63) is known color: San Juan. HEX triplet: 46, 5B and 63. RGB value is (70,91,99). Sum of RGB (Red+Green+Blue) = 70+91+99=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #465B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B63 is #B9A49C. Grayscale: #555555. Windows color (decimal): -12166301 or 6511430. OLE color: 6511430.

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

Color convert

RGB 70 91 99 -
CMYK 0.29 0.08 0 0.61
HSL 196.55º 0.17% 0.33% -
HSV(B) 196.55º 0.29% 0.39% -
XYZ 8.52 9.69 13.22 -
YUV 85.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 70 91 99 0.29 0.08 0 0.61 196.55 0.17 0.33
Hex 46 5B 63 1D 8 0 3D C5 11 21
Octal 106 133 143 35 10 0 75 305 21 41
Binary 1000110 1011011 1100011 11101 1000 0 111101 11000101 10001 100001

Color Harmonies of #465B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B63

Black with #465B63

Text Example


Text Example

White with #465B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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