#445462

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

Shades of San Juan #445462

Tints of San Juan #445462

Color information

#445462 (or 0x445462) is unknown color: approx San Juan. HEX triplet: 44, 54 and 62. RGB value is (68,84,98). Sum of RGB (Red+Green+Blue) = 68+84+98=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #445462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445462 is #BBAB9D. Grayscale: #505050. Windows color (decimal): -12299166 or 6444100. OLE color: 6444100.

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

Color convert

RGB688498-
CMYK0.310.1400.62
HSL208º18.07%32.55%-
HSV(B)208º30.61%38.43%-
XYZ7.768.4512.78-
YUV80.81137.7118.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=27.2%
G=33.6%
B=39.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6884980.310.1400.6220818.0732.55
Hex4454621FE03Ed01221
Octal10412414237160763202241
Binary10001001010100110001011111111001111101101000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445462; }

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

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

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

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

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

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

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

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