Html Css Color HEX #40505E Cello

📋 copy color: '#40505E'

red 64 ◦ green 80 ◦ blue 94

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

Shades of Cello #40505E

Tints of Cello #40505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 26.89%
G = 33.61%
B = 39.5%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40505E (or 0x40505E) is known color: Cello. HEX triplet: 40, 50 and 5E. RGB value is (64,80,94). Sum of RGB (Red+Green+Blue) = 64+80+94=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #40505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505E is #BFAFA1. Grayscale: #4C4C4C. Windows color (decimal): -12562338 or 6180928. OLE color: 6180928.

HSL color Cylindrical-coordinate representation of color #40505E: hue angle of 208º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40505E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 80 94 -
CMYK 0.32 0.15 0 0.63
HSL 208º 0.19% 0.31% -
HSV(B) 208º 0.32% 0.37% -
XYZ 7 7.64 11.69 -
YUV 76.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 64 80 94 0.32 0.15 0 0.63 208 0.19 0.31
Hex 40 50 5E 20 F 0 3F D0 13 1F
Octal 100 120 136 40 17 0 77 320 23 37
Binary 1000000 1010000 1011110 100000 1111 0 111111 11010000 10011 11111

Color Harmonies of #40505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40505E

Black with #40505E

Text Example


Text Example

White with #40505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40505E; }

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

 H1.HeaderClassName
 {
   color: #40505E;
 }
 .AnyTagClassName
 {
   color: #40505E;
 }
</style>

background-color css

<style>
 a { background-color: #40505E; }

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

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

border-color css

<style>
 span { border-color: #40505E; }

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

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