Html Css Color HEX #41807B Ming

📋 copy color: '#41807B'

red 65 ◦ green 128 ◦ blue 123

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

Shades of Ming #41807B

Tints of Ming #41807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 20.57%
G = 40.51%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#41807B (or 0x41807B) is known color: Ming. HEX triplet: 41, 80 and 7B. RGB value is (65,128,123). Sum of RGB (Red+Green+Blue) = 65+128+123=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #41807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41807B is #BE7F84. Grayscale: #6C6C6C. Windows color (decimal): -12484485 or 8093761. OLE color: 8093761.

HSL color Cylindrical-coordinate representation of color #41807B: hue angle of 175.24º degrees, saturation: 0.33, 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 #41807B is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 123 -
CMYK 0.49 0 0.04 0.50
HSL 175.24º 0.33% 0.38% -
HSV(B) 175.24º 0.49% 0.5% -
XYZ 13.47 17.99 21.5 -
YUV 108.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 65 128 123 0.49 0 0.04 0.50 175.24 0.33 0.38
Hex 41 80 7B 31 0 4 32 AF 21 26
Octal 101 200 173 61 0 4 62 257 41 46
Binary 1000001 10000000 1111011 110001 0 100 110010 10101111 100001 100110

Color Harmonies of #41807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41807B

Black with #41807B

Text Example


Text Example

White with #41807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,128,123); }

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

background-color css

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

 a { background-color: rgb(65,128,123); }

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

border-color css

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

 span { border-color: rgb(65,128,123); }

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