#41465B

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

Shades of Blue Zodiac #41465B

Tints of Blue Zodiac #41465B

Color information

#41465B (or 0x41465B) is unknown color: approx Blue Zodiac. HEX triplet: 41, 46 and 5B. RGB value is (65,70,91). Sum of RGB (Red+Green+Blue) = 65+70+91=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #41465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41465B is #BEB9A4. Grayscale: #464646. Windows color (decimal): -12499365 or 5981761. OLE color: 5981761.

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

Color convert

RGB657091-
CMYK0.290.2300.64
HSL228.46º16.67%30.59%-
HSV(B)228.46º28.57%35.69%-
XYZ6.266.2610.78-
YUV70.9139.34123.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=28.76%
G=30.97%
B=40.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6570910.290.2300.64228.4616.6730.59
Hex41465B1D17040e4111f
Octal101106133352701003442137
Binary100000110001101011011111011011101000000111001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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