#405461

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

Shades of San Juan #405461

Tints of San Juan #405461

Color information

#405461 (or 0x405461) is unknown color: approx San Juan. HEX triplet: 40, 54 and 61. RGB value is (64,84,97). Sum of RGB (Red+Green+Blue) = 64+84+97=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #405461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405461 is #BFAB9E. Grayscale: #4F4F4F. Windows color (decimal): -12561311 or 6378560. OLE color: 6378560.

HSL color Cylindrical-coordinate representation of color #405461: hue angle of 203.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405461 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB648497-
CMYK0.340.1300.62
HSL203.64º20.5%31.57%-
HSV(B)203.64º34.02%38.04%-
XYZ7.448.2912.52-
YUV79.5137.87116.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=26.12%
G=34.29%
B=39.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6484970.340.1300.62203.6420.531.57
Hex40546122D03Ecc1420
Octal10012414142150763142440
Binary100000010101001100001100010110101111101100110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405461; }

 p { color: rgb(64,84,97); }

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

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

 a { background-color: rgb(64,84,97); }

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

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

 span { border-color: rgb(64,84,97); }

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