Html Css Color HEX #405061 Cello

📋 copy color: '#405061'

red 64 ◦ green 80 ◦ blue 97

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

Shades of Cello #405061

Tints of Cello #405061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 26.56%
G = 33.2%
B = 40.25%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#405061 (or 0x405061) is known color: Cello. HEX triplet: 40, 50 and 61. RGB value is (64,80,97). Sum of RGB (Red+Green+Blue) = 64+80+97=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #405061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405061 is #BFAF9E. Grayscale: #4D4D4D. Windows color (decimal): -12562335 or 6377536. OLE color: 6377536.

HSL color Cylindrical-coordinate representation of color #405061: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405061 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 80 97 -
CMYK 0.34 0.18 0 0.62
HSL 210.91º 0.2% 0.32% -
HSV(B) 210.91º 0.34% 0.38% -
XYZ 7.14 7.69 12.42 -
YUV 77.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 64 80 97 0.34 0.18 0 0.62 210.91 0.2 0.32
Hex 40 50 61 22 12 0 3E D3 14 20
Octal 100 120 141 42 22 0 76 323 24 40
Binary 1000000 1010000 1100001 100010 10010 0 111110 11010011 10100 100000

Color Harmonies of #405061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405061

Black with #405061

Text Example


Text Example

White with #405061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405061; }

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

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

background-color css

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

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

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

border-color css

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

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

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