Html Css Color HEX #41505B Cello

📋 copy color: '#41505B'

red 65 ◦ green 80 ◦ blue 91

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

Shades of Cello #41505B

Tints of Cello #41505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 27.54%
G = 33.9%
B = 38.56%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41505B (or 0x41505B) is known color: Cello. HEX triplet: 41, 50 and 5B. RGB value is (65,80,91). Sum of RGB (Red+Green+Blue) = 65+80+91=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #41505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41505B is #BEAFA4. Grayscale: #4C4C4C. Windows color (decimal): -12496805 or 5984321. OLE color: 5984321.

HSL color Cylindrical-coordinate representation of color #41505B: hue angle of 205.38º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41505B is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 80 91 -
CMYK 0.29 0.12 0 0.64
HSL 205.38º 0.17% 0.31% -
HSV(B) 205.38º 0.29% 0.36% -
XYZ 6.94 7.62 11 -
YUV 76.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 65 80 91 0.29 0.12 0 0.64 205.38 0.17 0.31
Hex 41 50 5B 1D C 0 40 CD 11 1F
Octal 101 120 133 35 14 0 100 315 21 37
Binary 1000001 1010000 1011011 11101 1100 0 1000000 11001101 10001 11111

Color Harmonies of #41505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41505B

Black with #41505B

Text Example


Text Example

White with #41505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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