#445B62

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

Shades of San Juan #445B62

Tints of San Juan #445B62

Color information

#445B62 (or 0x445B62) is unknown color: approx San Juan. HEX triplet: 44, 5B and 62. RGB value is (68,91,98). Sum of RGB (Red+Green+Blue) = 68+91+98=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #445B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B62 is #BBA49D. Grayscale: #545454. Windows color (decimal): -12297374 or 6445892. OLE color: 6445892.

HSL color Cylindrical-coordinate representation of color #445B62: hue angle of 194º 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 #445B62 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689198-
CMYK0.310.0700.62
HSL194º18.07%32.55%-
HSV(B)194º30.61%38.43%-
XYZ8.339.5912.97-
YUV84.92135.38115.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=26.46%
G=35.41%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6891980.310.0700.6219418.0732.55
Hex445B621F703Ec21221
Octal1041331423770763022241
Binary1000100101101111000101111111101111101100001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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