#44586B

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

Shades of San Juan #44586B

Tints of San Juan #44586B

Color information

#44586B (or 0x44586B) is unknown color: approx San Juan. HEX triplet: 44, 58 and 6B. RGB value is (68,88,107). Sum of RGB (Red+Green+Blue) = 68+88+107=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #44586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44586B is #BBA794. Grayscale: #545454. Windows color (decimal): -12298133 or 7034948. OLE color: 7034948.

HSL color Cylindrical-coordinate representation of color #44586B: hue angle of 209.23º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44586B is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6888107-
CMYK0.360.1800.58
HSL209.23º22.29%34.31%-
HSV(B)209.23º36.45%41.96%-
XYZ8.539.2715.25-
YUV84.19140.87116.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=25.86%
G=33.46%
B=40.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68881070.360.1800.58209.2322.2934.31
Hex44586B241203Ad11622
Octal10413015344220723212642
Binary1000100101100011010111001001001001110101101000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,88,107); }

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

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

 a { background-color: rgb(68,88,107); }

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

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

 span { border-color: rgb(68,88,107); }

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