#445662

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

Shades of San Juan #445662

Tints of San Juan #445662

Color information

#445662 (or 0x445662) is unknown color: approx San Juan. HEX triplet: 44, 56 and 62. RGB value is (68,86,98). Sum of RGB (Red+Green+Blue) = 68+86+98=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #445662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445662 is #BBA99D. Grayscale: #515151. Windows color (decimal): -12298654 or 6444612. OLE color: 6444612.

HSL color Cylindrical-coordinate representation of color #445662: hue angle of 204º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445662 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688698-
CMYK0.310.1200.62
HSL204º18.07%32.55%-
HSV(B)204º30.61%38.43%-
XYZ7.928.7712.83-
YUV81.99137.04118.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=26.98%
G=34.13%
B=38.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6886980.310.1200.6220418.0732.55
Hex4456621FC03Ecc1221
Octal10412614237140763142241
Binary10001001010110110001011111110001111101100110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445662; }

 p { color: rgb(68,86,98); }

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

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

 a { background-color: rgb(68,86,98); }

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

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

 span { border-color: rgb(68,86,98); }

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