#445862

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

Shades of San Juan #445862

Tints of San Juan #445862

Color information

#445862 (or 0x445862) is unknown color: approx San Juan. HEX triplet: 44, 58 and 62. RGB value is (68,88,98). Sum of RGB (Red+Green+Blue) = 68+88+98=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #445862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445862 is #BBA79D. Grayscale: #535353. Windows color (decimal): -12298142 or 6445124. OLE color: 6445124.

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

Color convert

RGB688898-
CMYK0.310.1000.62
HSL200º18.07%32.55%-
HSV(B)200º30.61%38.43%-
XYZ8.089.0912.88-
YUV83.16136.37117.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 98 (38.67% from 255) = 38.58%
R=26.77%
G=34.65%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6888980.310.1000.6220018.0732.55
Hex4458621FA03Ec81221
Octal10413014237120763102241
Binary10001001011000110001011111101001111101100100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445862; }

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

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

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

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

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

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

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

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