Html Css Color HEX #41505D Cello

📋 copy color: '#41505D'

red 65 ◦ green 80 ◦ blue 93

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

Shades of Cello #41505D

Tints of Cello #41505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 27.31%
G = 33.61%
B = 39.08%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41505D (or 0x41505D) is known color: Cello. HEX triplet: 41, 50 and 5D. RGB value is (65,80,93). Sum of RGB (Red+Green+Blue) = 65+80+93=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #41505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41505D is #BEAFA2. Grayscale: #4C4C4C. Windows color (decimal): -12496803 or 6115393. OLE color: 6115393.

HSL color Cylindrical-coordinate representation of color #41505D: hue angle of 207.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41505D is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 80 93 -
CMYK 0.30 0.14 0 0.64
HSL 207.86º 0.18% 0.31% -
HSV(B) 207.86º 0.3% 0.36% -
XYZ 7.02 7.65 11.46 -
YUV 77 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 65 80 93 0.30 0.14 0 0.64 207.86 0.18 0.31
Hex 41 50 5D 1E E 0 40 D0 12 1F
Octal 101 120 135 36 16 0 100 320 22 37
Binary 1000001 1010000 1011101 11110 1110 0 1000000 11010000 10010 11111

Color Harmonies of #41505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41505D

Black with #41505D

Text Example


Text Example

White with #41505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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