Html Css Color HEX #465460 San Juan

📋 copy color: '#465460'

red 70 ◦ green 84 ◦ blue 96

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

Shades of San Juan #465460

Tints of San Juan #465460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 28%
G = 33.6%
B = 38.4%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465460 (or 0x465460) is known color: San Juan. HEX triplet: 46, 54 and 60. RGB value is (70,84,96). Sum of RGB (Red+Green+Blue) = 70+84+96=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #465460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465460 is #B9AB9F. Grayscale: #515151. Windows color (decimal): -12168096 or 6313030. OLE color: 6313030.

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

Color convert

RGB 70 84 96 -
CMYK 0.27 0.12 0 0.62
HSL 207.69º 0.16% 0.33% -
HSV(B) 207.69º 0.27% 0.38% -
XYZ 7.81 8.49 12.29 -
YUV 81.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 70 84 96 0.27 0.12 0 0.62 207.69 0.16 0.33
Hex 46 54 60 1B C 0 3E D0 10 21
Octal 106 124 140 33 14 0 76 320 20 41
Binary 1000110 1010100 1100000 11011 1100 0 111110 11010000 10000 100001

Color Harmonies of #465460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465460

Black with #465460

Text Example


Text Example

White with #465460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465460; }

 p { color: rgb(70,84,96); }

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

background-color css

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

 a { background-color: rgb(70,84,96); }

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

border-color css

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

 span { border-color: rgb(70,84,96); }

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