#41455B

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

Shades of Blue Zodiac #41455B

Tints of Blue Zodiac #41455B

Color information

#41455B (or 0x41455B) is unknown color: approx Blue Zodiac. HEX triplet: 41, 45 and 5B. RGB value is (65,69,91). Sum of RGB (Red+Green+Blue) = 65+69+91=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #41455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41455B is #BEBAA4. Grayscale: #464646. Windows color (decimal): -12499621 or 5981505. OLE color: 5981505.

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

Color convert

RGB656991-
CMYK0.290.2400.64
HSL230.77º16.67%30.59%-
HSV(B)230.77º28.57%35.69%-
XYZ6.26.1410.76-
YUV70.31139.67124.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=28.89%
G=30.67%
B=40.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6569910.290.2400.64230.7716.6730.59
Hex41455B1D18040e7111f
Octal101105133353001003472137
Binary100000110001011011011111011100001000000111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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