#445761

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

Shades of San Juan #445761

Tints of San Juan #445761

Color information

#445761 (or 0x445761) is unknown color: approx San Juan. HEX triplet: 44, 57 and 61. RGB value is (68,87,97). Sum of RGB (Red+Green+Blue) = 68+87+97=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #445761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445761 is #BBA89E. Grayscale: #525252. Windows color (decimal): -12298399 or 6379332. OLE color: 6379332.

HSL color Cylindrical-coordinate representation of color #445761: hue angle of 200.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445761 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688797-
CMYK0.300.1000.62
HSL200.69º17.58%32.35%-
HSV(B)200.69º29.9%38.04%-
XYZ7.958.9112.61-
YUV82.46136.21117.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=26.98%
G=34.52%
B=38.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6887970.300.1000.62200.6917.5832.35
Hex4457611EA03Ec91220
Octal10412714136120763112240
Binary10001001010111110000111110101001111101100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445761; }

 p { color: rgb(68,87,97); }

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

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

 a { background-color: rgb(68,87,97); }

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

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

 span { border-color: rgb(68,87,97); }

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