#41444D

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

Shades of Blue Zodiac #41444D

Tints of Blue Zodiac #41444D

Color information

#41444D (or 0x41444D) is unknown color: approx Blue Zodiac. HEX triplet: 41, 44 and 4D. RGB value is (65,68,77). Sum of RGB (Red+Green+Blue) = 65+68+77=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #41444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41444D is #BEBBB2. Grayscale: #444444. Windows color (decimal): -12499891 or 5063745. OLE color: 5063745.

HSL color Cylindrical-coordinate representation of color #41444D: hue angle of 225º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41444D is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB656877-
CMYK0.160.1200.70
HSL225º8.45%27.84%-
HSV(B)225º15.58%30.2%-
XYZ5.595.797.85-
YUV68.13133.01125.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 77 (30.47% from 255) = 36.67%
R=30.95%
G=32.38%
B=36.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6568770.160.1200.702258.4527.84
Hex41444D10C046e181c
Octal101104115201401063411034
Binary1000001100010010011011000011000100011011100001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,68,77); }

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

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

 a { background-color: rgb(65,68,77); }

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

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

 span { border-color: rgb(65,68,77); }

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