#40494A

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

Shades of Oracle #40494A

Tints of Oracle #40494A

Color information

#40494A (or 0x40494A) is unknown color: approx Oracle. HEX triplet: 40, 49 and 4A. RGB value is (64,73,74). Sum of RGB (Red+Green+Blue) = 64+73+74=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #40494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40494A is #BFB6B5. Grayscale: #464646. Windows color (decimal): -12564150 or 4868416. OLE color: 4868416.

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

Color convert

RGB647374-
CMYK0.140.0100.71
HSL186º7.25%27.06%-
HSV(B)186º13.51%29.02%-
XYZ5.736.357.4-
YUV70.42130.02123.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=30.33%
G=34.60%
B=35.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473740.140.0100.711867.2527.06
Hex40494AE1047ba71b
Octal1001111121610107272733
Binary10000001001001100101011101010001111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,73,74); }

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

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

 a { background-color: rgb(64,73,74); }

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

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

 span { border-color: rgb(64,73,74); }

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