Html Css Color HEX #41777A Ming

📋 copy color: '#41777A'

red 65 ◦ green 119 ◦ blue 122

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

Shades of Ming #41777A

Tints of Ming #41777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 21.24%
G = 38.89%
B = 39.87%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41777A (or 0x41777A) is known color: Ming. HEX triplet: 41, 77 and 7A. RGB value is (65,119,122). Sum of RGB (Red+Green+Blue) = 65+119+122=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #41777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41777A is #BE8885. Grayscale: #676767. Windows color (decimal): -12486790 or 8025921. OLE color: 8025921.

HSL color Cylindrical-coordinate representation of color #41777A: hue angle of 183.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41777A is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 119 122 -
CMYK 0.47 0.02 0 0.52
HSL 183.16º 0.3% 0.37% -
HSV(B) 183.16º 0.47% 0.48% -
XYZ 12.29 15.72 20.8 -
YUV 103.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 65 119 122 0.47 0.02 0 0.52 183.16 0.3 0.37
Hex 41 77 7A 2F 2 0 34 B7 1E 25
Octal 101 167 172 57 2 0 64 267 36 45
Binary 1000001 1110111 1111010 101111 10 0 110100 10110111 11110 100101

Color Harmonies of #41777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41777A

Black with #41777A

Text Example


Text Example

White with #41777A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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