#445460

Color #445460 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #445460

Tints of San Juan #445460

Color information

#445460 (or 0x445460) is unknown color: approx San Juan. HEX triplet: 44, 54 and 60. RGB value is (68,84,96). Sum of RGB (Red+Green+Blue) = 68+84+96=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #445460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445460 is #BBAB9F. Grayscale: #505050. Windows color (decimal): -12299168 or 6313028. OLE color: 6313028.

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

Color convert

RGB688496-
CMYK0.290.1200.62
HSL205.71º17.07%32.16%-
HSV(B)205.71º29.17%37.65%-
XYZ7.678.4112.29-
YUV80.58136.7119.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=27.42%
G=33.87%
B=38.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6884960.290.1200.62205.7117.0732.16
Hex4454601DC03Ece1120
Octal10412414035140763162140
Binary10001001010100110000011101110001111101100111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445460; }

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

 H1.HeaderClassName
 {
   color: #445460;
 }
 .AnyTagClassName
 {
   color: #445460;
 }
</style>
background-color css

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

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

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

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

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

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