Html Css Color HEX #41777C Ming

📋 copy color: '#41777C'

red 65 ◦ green 119 ◦ blue 124

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

Shades of Ming #41777C

Tints of Ming #41777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 21.1%
G = 38.64%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41777C (or 0x41777C) is known color: Ming. HEX triplet: 41, 77 and 7C. RGB value is (65,119,124). Sum of RGB (Red+Green+Blue) = 65+119+124=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #41777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777C is #BE8883. Grayscale: #676767. Windows color (decimal): -12486788 or 8156993. OLE color: 8156993.

HSL color Cylindrical-coordinate representation of color #41777C: hue angle of 185.08º degrees, saturation: 0.31, 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 #41777C is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 119 124 -
CMYK 0.48 0.04 0 0.51
HSL 185.08º 0.31% 0.37% -
HSV(B) 185.08º 0.48% 0.49% -
XYZ 12.41 15.77 21.46 -
YUV 103.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 65 119 124 0.48 0.04 0 0.51 185.08 0.31 0.37
Hex 41 77 7C 30 4 0 33 B9 1F 25
Octal 101 167 174 60 4 0 63 271 37 45
Binary 1000001 1110111 1111100 110000 100 0 110011 10111001 11111 100101

Color Harmonies of #41777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41777C

Black with #41777C

Text Example


Text Example

White with #41777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41777C; }

 p { color: rgb(65,119,124); }

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

background-color css

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

 a { background-color: rgb(65,119,124); }

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

border-color css

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

 span { border-color: rgb(65,119,124); }

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