Html Css Color HEX #404B4C Oracle

📋 copy color: '#404B4C'

red 64 ◦ green 75 ◦ blue 76

#404B4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #404B4C

Tints of Oracle #404B4C

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 value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#404B4C (or 0x404B4C) is known color: 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

RGB 64 75 76 -
CMYK 0.16 0.01 0 0.70
HSL 185º 0.09% 0.27% -
HSV(B) 185º 0.16% 0.3% -
XYZ 5.93 6.64 7.81 -
YUV 71.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 64 75 76 0.16 0.01 0 0.70 185 0.09 0.27
Hex 40 4B 4C 10 1 0 46 B9 9 1B
Octal 100 113 114 20 1 0 106 271 11 33
Binary 1000000 1001011 1001100 10000 1 0 1000110 10111001 1001 11011

Color Harmonies of #404B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B4C

Black with #404B4C

Text Example


Text Example

White with #404B4C

Text Example


Text Example

HTML Codes & Css Web 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>