#40434E

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

Shades of Blue Zodiac #40434E

Tints of Blue Zodiac #40434E

Color information

#40434E (or 0x40434E) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 4E. RGB value is (64,67,78). Sum of RGB (Red+Green+Blue) = 64+67+78=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #40434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40434E is #BFBCB1. Grayscale: #434343. Windows color (decimal): -12565682 or 5129024. OLE color: 5129024.

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

Color convert

RGB646778-
CMYK0.180.1400.69
HSL227.14º9.86%27.84%-
HSV(B)227.14º17.95%30.59%-
XYZ5.55.658.01-
YUV67.36134.01125.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=30.62%
G=32.06%
B=37.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6467780.180.1400.69227.149.8627.84
Hex40434E12E045e3a1c
Octal100103116221601053431234
Binary1000000100001110011101001011100100010111100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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