#41485C

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

Shades of Blue Zodiac #41485C

Tints of Blue Zodiac #41485C

Color information

#41485C (or 0x41485C) is unknown color: approx Blue Zodiac. HEX triplet: 41, 48 and 5C. RGB value is (65,72,92). Sum of RGB (Red+Green+Blue) = 65+72+92=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #41485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41485C is #BEB7A3. Grayscale: #484848. Windows color (decimal): -12498852 or 6047809. OLE color: 6047809.

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

Color convert

RGB657292-
CMYK0.290.2200.64
HSL224.44º17.2%30.78%-
HSV(B)224.44º29.35%36.08%-
XYZ6.436.5311.05-
YUV72.19139.18122.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 92 (36.33% from 255) = 40.17%
R=28.38%
G=31.44%
B=40.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6572920.290.2200.64224.4417.230.78
Hex41485C1D16040e0111f
Octal101110134352601003402137
Binary100000110010001011100111011011001000000111000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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