#41434C

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

Shades of Blue Zodiac #41434C

Tints of Blue Zodiac #41434C

Color information

#41434C (or 0x41434C) is unknown color: approx Blue Zodiac. HEX triplet: 41, 43 and 4C. RGB value is (65,67,76). Sum of RGB (Red+Green+Blue) = 65+67+76=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #41434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41434C is #BEBCB3. Grayscale: #434343. Windows color (decimal): -12500148 or 4997953. OLE color: 4997953.

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

Color convert

RGB656776-
CMYK0.140.1200.70
HSL229.09º7.8%27.65%-
HSV(B)229.09º14.47%29.8%-
XYZ5.495.667.64-
YUV67.43132.84126.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=31.25%
G=32.21%
B=36.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6567760.140.1200.70229.097.827.65
Hex41434CEC046e581c
Octal101103114161401063451034
Binary100000110000111001100111011000100011011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,67,76); }

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

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

 a { background-color: rgb(65,67,76); }

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

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

 span { border-color: rgb(65,67,76); }

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