Html Css Color HEX #415063 Cello

📋 copy color: '#415063'

red 65 ◦ green 80 ◦ blue 99

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

Shades of Cello #415063

Tints of Cello #415063

RGB

 RED value IS 65 (25.78% from 255) = 26.64%

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

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

R = 26.64%
G = 32.79%
B = 40.57%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415063 (or 0x415063) is known color: Cello. HEX triplet: 41, 50 and 63. RGB value is (65,80,99). Sum of RGB (Red+Green+Blue) = 65+80+99=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #415063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415063 is #BEAF9C. Grayscale: #4D4D4D. Windows color (decimal): -12496797 or 6508609. OLE color: 6508609.

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

Color convert

RGB 65 80 99 -
CMYK 0.34 0.19 0 0.61
HSL 213.53º 0.21% 0.32% -
HSV(B) 213.53º 0.34% 0.39% -
XYZ 7.3 7.76 12.92 -
YUV 77.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 65 80 99 0.34 0.19 0 0.61 213.53 0.21 0.32
Hex 41 50 63 22 13 0 3D D6 15 20
Octal 101 120 143 42 23 0 75 326 25 40
Binary 1000001 1010000 1100011 100010 10011 0 111101 11010110 10101 100000

Color Harmonies of #415063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415063

Black with #415063

Text Example


Text Example

White with #415063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415063; }

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

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

background-color css

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

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

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

border-color css

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

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

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