Html Css Color HEX #41747F Ming

📋 copy color: '#41747F'

red 65 ◦ green 116 ◦ blue 127

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

Shades of Ming #41747F

Tints of Ming #41747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 21.1%
G = 37.66%
B = 41.23%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41747F (or 0x41747F) is known color: Ming. HEX triplet: 41, 74 and 7F. RGB value is (65,116,127). Sum of RGB (Red+Green+Blue) = 65+116+127=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #41747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41747F is #BE8B80. Grayscale: #656565. Windows color (decimal): -12487553 or 8352833. OLE color: 8352833.

HSL color Cylindrical-coordinate representation of color #41747F: hue angle of 190.65º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41747F is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 116 127 -
CMYK 0.49 0.09 0 0.50
HSL 190.65º 0.32% 0.38% -
HSV(B) 190.65º 0.49% 0.5% -
XYZ 12.26 15.15 22.36 -
YUV 102.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 65 116 127 0.49 0.09 0 0.50 190.65 0.32 0.38
Hex 41 74 7F 31 9 0 32 BF 20 26
Octal 101 164 177 61 11 0 62 277 40 46
Binary 1000001 1110100 1111111 110001 1001 0 110010 10111111 100000 100110

Color Harmonies of #41747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41747F

Black with #41747F

Text Example


Text Example

White with #41747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41747F; }

 p { color: rgb(65,116,127); }

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

background-color css

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

 a { background-color: rgb(65,116,127); }

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

border-color css

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

 span { border-color: rgb(65,116,127); }

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