#41545D

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

Shades of San Juan #41545D

Tints of San Juan #41545D

Color information

#41545D (or 0x41545D) is unknown color: approx San Juan. HEX triplet: 41, 54 and 5D. RGB value is (65,84,93). Sum of RGB (Red+Green+Blue) = 65+84+93=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #41545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41545D is #BEABA2. Grayscale: #4F4F4F. Windows color (decimal): -12495779 or 6116417. OLE color: 6116417.

HSL color Cylindrical-coordinate representation of color #41545D: hue angle of 199.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41545D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB658493-
CMYK0.300.1000.64
HSL199.29º17.72%30.98%-
HSV(B)199.29º30.11%36.47%-
XYZ7.338.2511.56-
YUV79.34135.71117.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=26.86%
G=34.71%
B=38.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6584930.300.1000.64199.2917.7230.98
Hex41545D1EA040c7121f
Octal101124135361201003072237
Binary10000011010100101110111110101001000000110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41545D; }

 p { color: rgb(65,84,93); }

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

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

 a { background-color: rgb(65,84,93); }

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

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

 span { border-color: rgb(65,84,93); }

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