Html Css Color HEX #404A4B Oracle

📋 copy color: '#404A4B'

red 64 ◦ green 74 ◦ blue 75

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

Shades of Oracle #404A4B

Tints of Oracle #404A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 30.05%
G = 34.74%
B = 35.21%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#404A4B (or 0x404A4B) is known color: Oracle. HEX triplet: 40, 4A and 4B. RGB value is (64,74,75). Sum of RGB (Red+Green+Blue) = 64+74+75=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #404A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A4B is #BFB5B4. Grayscale: #474747. Windows color (decimal): -12563893 or 4934208. OLE color: 4934208.

HSL color Cylindrical-coordinate representation of color #404A4B: hue angle of 185.45º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404A4B is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 74 75 -
CMYK 0.15 0.01 0 0.71
HSL 185.45º 0.08% 0.27% -
HSV(B) 185.45º 0.15% 0.29% -
XYZ 5.83 6.5 7.6 -
YUV 71.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 64 74 75 0.15 0.01 0 0.71 185.45 0.08 0.27
Hex 40 4A 4B F 1 0 47 B9 8 1B
Octal 100 112 113 17 1 0 107 271 10 33
Binary 1000000 1001010 1001011 1111 1 0 1000111 10111001 1000 11011

Color Harmonies of #404A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A4B

Black with #404A4B

Text Example


Text Example

White with #404A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #404A4B;
 }
 .AnyTagClassName
 {
   color: #404A4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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