#404E4F

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

Shades of Oracle #404E4F

Tints of Oracle #404E4F

Color information

#404E4F (or 0x404E4F) is unknown color: approx Oracle. HEX triplet: 40, 4E and 4F. RGB value is (64,78,79). Sum of RGB (Red+Green+Blue) = 64+78+79=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #404E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E4F is #BFB1B0. Grayscale: #494949. Windows color (decimal): -12562865 or 5197376. OLE color: 5197376.

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

Color convert

RGB647879-
CMYK0.190.0100.69
HSL184º10.49%28.04%-
HSV(B)184º18.99%30.98%-
XYZ6.257.18.44-
YUV73.93130.86120.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=28.96%
G=35.29%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478790.190.0100.6918410.4928.04
Hex404E4F131045b8a1c
Octal10011611723101052701234
Binary1000000100111010011111001110100010110111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E4F; }

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

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

<style>
 a { background-color: #404E4F; }

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

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

<style>
 span { border-color: #404E4F; }

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

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