#404B4C

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

Shades of Oracle #404B4C

Tints of Oracle #404B4C

Color information

#404B4C (or 0x404B4C) is unknown color: approx Oracle. HEX triplet: 40, 4B and 4C. RGB value is (64,75,76). Sum of RGB (Red+Green+Blue) = 64+75+76=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #404B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B4C is #BFB4B3. Grayscale: #474747. Windows color (decimal): -12563636 or 5000000. OLE color: 5000000.

HSL color Cylindrical-coordinate representation of color #404B4C: hue angle of 185º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404B4C is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB647576-
CMYK0.160.0100.70
HSL185º8.57%27.45%-
HSV(B)185º15.79%29.8%-
XYZ5.936.647.81-
YUV71.82130.36122.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=29.77%
G=34.88%
B=35.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6475760.160.0100.701858.5727.45
Hex404B4C101046b991b
Octal10011311420101062711133
Binary1000000100101110011001000010100011010111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,75,76); }

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

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

 a { background-color: rgb(64,75,76); }

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

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

 span { border-color: rgb(64,75,76); }

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