#44525B

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

Shades of San Juan #44525B

Tints of San Juan #44525B

Color information

#44525B (or 0x44525B) is unknown color: approx San Juan. HEX triplet: 44, 52 and 5B. RGB value is (68,82,91). Sum of RGB (Red+Green+Blue) = 68+82+91=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #44525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525B is #BBADA4. Grayscale: #4E4E4E. Windows color (decimal): -12299685 or 5984836. OLE color: 5984836.

HSL color Cylindrical-coordinate representation of color #44525B: hue angle of 203.48º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44525B is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688291-
CMYK0.250.1000.64
HSL203.48º14.47%31.18%-
HSV(B)203.48º25.27%35.69%-
XYZ7.298.0211.06-
YUV78.84134.86120.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=28.22%
G=34.02%
B=37.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6882910.250.1000.64203.4814.4731.18
Hex44525B19A040cbe1f
Octal104122133311201003131637
Binary1000100101001010110111100110100100000011001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44525B; }

 p { color: rgb(68,82,91); }

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

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

 a { background-color: rgb(68,82,91); }

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

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

 span { border-color: rgb(68,82,91); }

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