#41434A

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

Shades of Blue Zodiac #41434A

Tints of Blue Zodiac #41434A

Color information

#41434A (or 0x41434A) is unknown color: approx Blue Zodiac. HEX triplet: 41, 43 and 4A. RGB value is (65,67,74). Sum of RGB (Red+Green+Blue) = 65+67+74=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #41434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41434A is #BEBCB5. Grayscale: #434343. Windows color (decimal): -12500150 or 4866881. OLE color: 4866881.

HSL color Cylindrical-coordinate representation of color #41434A: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41434A is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB656774-
CMYK0.120.0900.71
HSL226.67º6.47%27.25%-
HSV(B)226.67º12.16%29.02%-
XYZ5.425.637.28-
YUV67.2131.84126.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=31.55%
G=32.52%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6567740.120.0900.71226.676.4727.25
Hex41434AC9047e361b
Octal10110311214110107343633
Binary10000011000011100101011001001010001111110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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