#41475D

Color #41475D Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #41475D

Tints of Blue Zodiac #41475D

Color information

#41475D (or 0x41475D) is unknown color: approx Blue Zodiac. HEX triplet: 41, 47 and 5D. RGB value is (65,71,93). Sum of RGB (Red+Green+Blue) = 65+71+93=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #41475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41475D is #BEB8A2. Grayscale: #474747. Windows color (decimal): -12499107 or 6113089. OLE color: 6113089.

HSL color Cylindrical-coordinate representation of color #41475D: hue angle of 227.14º 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 #41475D is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB657193-
CMYK0.300.2400.64
HSL227.14º17.72%30.98%-
HSV(B)227.14º30.11%36.47%-
XYZ6.416.4211.26-
YUV71.71140.01123.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=28.38%
G=31.00%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6571930.300.2400.64227.1417.7230.98
Hex41475D1E18040e3121f
Octal101107135363001003432237
Binary100000110001111011101111101100001000000111000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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