Html Css Color HEX #40505A Cello

📋 copy color: '#40505A'

red 64 ◦ green 80 ◦ blue 90

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

Shades of Cello #40505A

Tints of Cello #40505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 27.35%
G = 34.19%
B = 38.46%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40505A (or 0x40505A) is known color: Cello. HEX triplet: 40, 50 and 5A. RGB value is (64,80,90). Sum of RGB (Red+Green+Blue) = 64+80+90=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #40505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40505A is #BFAFA5. Grayscale: #4C4C4C. Windows color (decimal): -12562342 or 5918784. OLE color: 5918784.

HSL color Cylindrical-coordinate representation of color #40505A: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40505A is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 80 90 -
CMYK 0.29 0.11 0 0.65
HSL 203.08º 0.17% 0.3% -
HSV(B) 203.08º 0.29% 0.35% -
XYZ 6.83 7.57 10.77 -
YUV 76.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 64 80 90 0.29 0.11 0 0.65 203.08 0.17 0.3
Hex 40 50 5A 1D B 0 41 CB 11 1E
Octal 100 120 132 35 13 0 101 313 21 36
Binary 1000000 1010000 1011010 11101 1011 0 1000001 11001011 10001 11110

Color Harmonies of #40505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40505A

Black with #40505A

Text Example


Text Example

White with #40505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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