#41485B

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

Shades of Blue Zodiac #41485B

Tints of Blue Zodiac #41485B

Color information

#41485B (or 0x41485B) is unknown color: approx Blue Zodiac. HEX triplet: 41, 48 and 5B. RGB value is (65,72,91). Sum of RGB (Red+Green+Blue) = 65+72+91=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #41485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41485B is #BEB7A4. Grayscale: #474747. Windows color (decimal): -12498853 or 5982273. OLE color: 5982273.

HSL color Cylindrical-coordinate representation of color #41485B: hue angle of 223.85º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41485B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB657291-
CMYK0.290.2100.64
HSL223.85º16.67%30.59%-
HSV(B)223.85º28.57%35.69%-
XYZ6.396.5110.82-
YUV72.07138.68122.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=28.51%
G=31.58%
B=39.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6572910.290.2100.64223.8516.6730.59
Hex41485B1D15040e0111f
Octal101110133352501003402137
Binary100000110010001011011111011010101000000111000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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