#41485D

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

Shades of Blue Zodiac #41485D

Tints of Blue Zodiac #41485D

Color information

#41485D (or 0x41485D) is unknown color: approx Blue Zodiac. HEX triplet: 41, 48 and 5D. RGB value is (65,72,93). Sum of RGB (Red+Green+Blue) = 65+72+93=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #41485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41485D is #BEB7A2. Grayscale: #484848. Windows color (decimal): -12498851 or 6113345. OLE color: 6113345.

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

Color convert

RGB657293-
CMYK0.300.2300.64
HSL225º17.72%30.98%-
HSV(B)225º30.11%36.47%-
XYZ6.476.5511.28-
YUV72.3139.68122.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=28.26%
G=31.30%
B=40.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6572930.300.2300.6422517.7230.98
Hex41485D1E17040e1121f
Octal101110135362701003412237
Binary100000110010001011101111101011101000000111000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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