#404F50

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

Shades of Oracle #404F50

Tints of Oracle #404F50

Color information

#404F50 (or 0x404F50) is unknown color: approx Oracle. HEX triplet: 40, 4F and 50. RGB value is (64,79,80). Sum of RGB (Red+Green+Blue) = 64+79+80=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #404F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F50 is #BFB0AF. Grayscale: #4A4A4A. Windows color (decimal): -12562608 or 5263168. OLE color: 5263168.

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

Color convert

RGB647980-
CMYK0.200.0100.69
HSL183.75º11.11%28.24%-
HSV(B)183.75º20%31.37%-
XYZ6.367.268.66-
YUV74.63131.03120.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=28.70%
G=35.43%
B=35.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6479800.200.0100.69183.7511.1128.24
Hex404F50141045b8b1c
Octal10011712024101052701334
Binary1000000100111110100001010010100010110111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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