Html Css Color HEX #40505F Cello

📋 copy color: '#40505F'

red 64 ◦ green 80 ◦ blue 95

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

Shades of Cello #40505F

Tints of Cello #40505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 26.78%
G = 33.47%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40505F (or 0x40505F) is known color: Cello. HEX triplet: 40, 50 and 5F. RGB value is (64,80,95). Sum of RGB (Red+Green+Blue) = 64+80+95=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #40505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505F is #BFAFA0. Grayscale: #4C4C4C. Windows color (decimal): -12562337 or 6246464. OLE color: 6246464.

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

Color convert

RGB 64 80 95 -
CMYK 0.33 0.16 0 0.63
HSL 209.03º 0.19% 0.31% -
HSV(B) 209.03º 0.33% 0.37% -
XYZ 7.05 7.65 11.93 -
YUV 76.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 64 80 95 0.33 0.16 0 0.63 209.03 0.19 0.31
Hex 40 50 5F 21 10 0 3F D1 13 1F
Octal 100 120 137 41 20 0 77 321 23 37
Binary 1000000 1010000 1011111 100001 10000 0 111111 11010001 10011 11111

Color Harmonies of #40505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40505F

Black with #40505F

Text Example


Text Example

White with #40505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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