#445C6D

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

Shades of San Juan #445C6D

Tints of San Juan #445C6D

Color information

#445C6D (or 0x445C6D) is unknown color: approx San Juan. HEX triplet: 44, 5C and 6D. RGB value is (68,92,109). Sum of RGB (Red+Green+Blue) = 68+92+109=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #445C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C6D is #BBA392. Grayscale: #565656. Windows color (decimal): -12297107 or 7167044. OLE color: 7167044.

HSL color Cylindrical-coordinate representation of color #445C6D: hue angle of 204.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445C6D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6892109-
CMYK0.380.1600.57
HSL204.88º23.16%34.71%-
HSV(B)204.88º37.61%42.75%-
XYZ8.979.9915.92-
YUV86.76140.55114.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=25.28%
G=34.20%
B=40.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68921090.380.1600.57204.8823.1634.71
Hex445C6D2610039cd1723
Octal10413415546200713152743
Binary1000100101110011011011001101000001110011100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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