Html Css Color HEX #405063 Cello

📋 copy color: '#405063'

red 64 ◦ green 80 ◦ blue 99

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

Shades of Cello #405063

Tints of Cello #405063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 26.34%
G = 32.92%
B = 40.74%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#405063 (or 0x405063) is known color: Cello. HEX triplet: 40, 50 and 63. RGB value is (64,80,99). Sum of RGB (Red+Green+Blue) = 64+80+99=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #405063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405063 is #BFAF9C. Grayscale: #4D4D4D. Windows color (decimal): -12562333 or 6508608. OLE color: 6508608.

HSL color Cylindrical-coordinate representation of color #405063: hue angle of 212.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405063 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 80 99 -
CMYK 0.35 0.19 0 0.61
HSL 212.57º 0.21% 0.32% -
HSV(B) 212.57º 0.35% 0.39% -
XYZ 7.24 7.73 12.91 -
YUV 77.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 64 80 99 0.35 0.19 0 0.61 212.57 0.21 0.32
Hex 40 50 63 23 13 0 3D D5 15 20
Octal 100 120 143 43 23 0 75 325 25 40
Binary 1000000 1010000 1100011 100011 10011 0 111101 11010101 10101 100000

Color Harmonies of #405063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405063

Black with #405063

Text Example


Text Example

White with #405063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405063; }

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

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

background-color css

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

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

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

border-color css

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

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

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