#445C6C

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

Shades of San Juan #445C6C

Tints of San Juan #445C6C

Color information

#445C6C (or 0x445C6C) is unknown color: approx San Juan. HEX triplet: 44, 5C and 6C. RGB value is (68,92,108). Sum of RGB (Red+Green+Blue) = 68+92+108=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #445C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C6C is #BBA393. Grayscale: #565656. Windows color (decimal): -12297108 or 7101508. OLE color: 7101508.

HSL color Cylindrical-coordinate representation of color #445C6C: hue angle of 204º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #445C6C is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6892108-
CMYK0.370.1500.58
HSL204º22.73%34.51%-
HSV(B)204º37.04%42.35%-
XYZ8.929.9715.64-
YUV86.65140.05114.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=25.37%
G=34.33%
B=40.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68921080.370.1500.5820422.7334.51
Hex445C6C25F03Acc1723
Octal10413415445170723142743
Binary100010010111001101100100101111101110101100110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445C6C; }

 p { color: rgb(68,92,108); }

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

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

 a { background-color: rgb(68,92,108); }

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

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

 span { border-color: rgb(68,92,108); }

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