Html Css Color HEX #40494A Oracle

📋 copy color: '#40494A'

red 64 ◦ green 73 ◦ blue 74

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

Shades of Oracle #40494A

Tints of Oracle #40494A

RGB

 RED value IS 64 (25.39% from 255) = 30.33%

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 30.33%
G = 34.6%
B = 35.07%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40494A (or 0x40494A) is known color: 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

RGB 64 73 74 -
CMYK 0.14 0.01 0 0.71
HSL 186º 0.07% 0.27% -
HSV(B) 186º 0.14% 0.29% -
XYZ 5.73 6.35 7.4 -
YUV 70.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 64 73 74 0.14 0.01 0 0.71 186 0.07 0.27
Hex 40 49 4A E 1 0 47 BA 7 1B
Octal 100 111 112 16 1 0 107 272 7 33
Binary 1000000 1001001 1001010 1110 1 0 1000111 10111010 111 11011

Color Harmonies of #40494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40494A

Black with #40494A

Text Example


Text Example

White with #40494A

Text Example


Text Example

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