#41434E

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

Shades of Blue Zodiac #41434E

Tints of Blue Zodiac #41434E

Color information

#41434E (or 0x41434E) is unknown color: approx Blue Zodiac. HEX triplet: 41, 43 and 4E. RGB value is (65,67,78). Sum of RGB (Red+Green+Blue) = 65+67+78=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 78 - color contains mainly: blue. Hex color #41434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41434E is #BEBCB1. Grayscale: #434343. Windows color (decimal): -12500146 or 5129025. OLE color: 5129025.

HSL color Cylindrical-coordinate representation of color #41434E: hue angle of 230.77º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41434E is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656778-
CMYK0.170.1400.69
HSL230.77º9.09%28.04%-
HSV(B)230.77º16.67%30.59%-
XYZ5.565.698.01-
YUV67.66133.84126.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=30.95%
G=31.90%
B=37.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6567780.170.1400.69230.779.0928.04
Hex41434E11E045e791c
Octal101103116211601053471134
Binary1000001100001110011101000111100100010111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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