Html Css Color HEX #41737D Ming

📋 copy color: '#41737D'

red 65 ◦ green 115 ◦ blue 125

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

Shades of Ming #41737D

Tints of Ming #41737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 21.31%
G = 37.7%
B = 40.98%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41737D (or 0x41737D) is known color: Ming. HEX triplet: 41, 73 and 7D. RGB value is (65,115,125). Sum of RGB (Red+Green+Blue) = 65+115+125=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #41737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41737D is #BE8C82. Grayscale: #656565. Windows color (decimal): -12487811 or 8221505. OLE color: 8221505.

HSL color Cylindrical-coordinate representation of color #41737D: hue angle of 190º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41737D is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 115 125 -
CMYK 0.48 0.08 0 0.51
HSL 190º 0.32% 0.37% -
HSV(B) 190º 0.48% 0.49% -
XYZ 12.01 14.87 21.64 -
YUV 101.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 65 115 125 0.48 0.08 0 0.51 190 0.32 0.37
Hex 41 73 7D 30 8 0 33 BE 20 25
Octal 101 163 175 60 10 0 63 276 40 45
Binary 1000001 1110011 1111101 110000 1000 0 110011 10111110 100000 100101

Color Harmonies of #41737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41737D

Black with #41737D

Text Example


Text Example

White with #41737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,115,125); }

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

background-color css

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

 a { background-color: rgb(65,115,125); }

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

border-color css

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

 span { border-color: rgb(65,115,125); }

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