Html Css Color HEX #415163 Cello

📋 copy color: '#415163'

red 65 ◦ green 81 ◦ blue 99

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

Shades of Cello #415163

Tints of Cello #415163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

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

R = 26.53%
G = 33.06%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415163 (or 0x415163) is known color: Cello. HEX triplet: 41, 51 and 63. RGB value is (65,81,99). Sum of RGB (Red+Green+Blue) = 65+81+99=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #415163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415163 is #BEAE9C. Grayscale: #4E4E4E. Windows color (decimal): -12496541 or 6508865. OLE color: 6508865.

HSL color Cylindrical-coordinate representation of color #415163: hue angle of 211.76º 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 #415163 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 81 99 -
CMYK 0.34 0.18 0 0.61
HSL 211.76º 0.21% 0.32% -
HSV(B) 211.76º 0.34% 0.39% -
XYZ 7.37 7.91 12.94 -
YUV 78.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 65 81 99 0.34 0.18 0 0.61 211.76 0.21 0.32
Hex 41 51 63 22 12 0 3D D4 15 20
Octal 101 121 143 42 22 0 75 324 25 40
Binary 1000001 1010001 1100011 100010 10010 0 111101 11010100 10101 100000

Color Harmonies of #415163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415163

Black with #415163

Text Example


Text Example

White with #415163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415163; }

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

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

background-color css

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

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

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

border-color css

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

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

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