Html Css Color HEX #41767A Ming

📋 copy color: '#41767A'

red 65 ◦ green 118 ◦ blue 122

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

Shades of Ming #41767A

Tints of Ming #41767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 21.31%
G = 38.69%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41767A (or 0x41767A) is known color: Ming. HEX triplet: 41, 76 and 7A. RGB value is (65,118,122). Sum of RGB (Red+Green+Blue) = 65+118+122=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 122 - color contains mainly: blue. Hex color #41767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41767A is #BE8985. Grayscale: #666666. Windows color (decimal): -12487046 or 8025665. OLE color: 8025665.

HSL color Cylindrical-coordinate representation of color #41767A: hue angle of 184.21º 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 #41767A is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 118 122 -
CMYK 0.47 0.03 0 0.52
HSL 184.21º 0.3% 0.37% -
HSV(B) 184.21º 0.47% 0.48% -
XYZ 12.17 15.49 20.76 -
YUV 102.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 65 118 122 0.47 0.03 0 0.52 184.21 0.3 0.37
Hex 41 76 7A 2F 3 0 34 B8 1E 25
Octal 101 166 172 57 3 0 64 270 36 45
Binary 1000001 1110110 1111010 101111 11 0 110100 10111000 11110 100101

Color Harmonies of #41767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41767A

Black with #41767A

Text Example


Text Example

White with #41767A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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