Html Css Color HEX #41767B Ming

📋 copy color: '#41767B'

red 65 ◦ green 118 ◦ blue 123

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

Shades of Ming #41767B

Tints of Ming #41767B

RGB

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

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

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

R = 21.24%
G = 38.56%
B = 40.2%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41767B (or 0x41767B) is known color: Ming. HEX triplet: 41, 76 and 7B. RGB value is (65,118,123). Sum of RGB (Red+Green+Blue) = 65+118+123=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #41767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41767B is #BE8984. Grayscale: #666666. Windows color (decimal): -12487045 or 8091201. OLE color: 8091201.

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

Color convert

RGB 65 118 123 -
CMYK 0.47 0.04 0 0.52
HSL 185.17º 0.31% 0.37% -
HSV(B) 185.17º 0.47% 0.48% -
XYZ 12.23 15.51 21.09 -
YUV 102.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 65 118 123 0.47 0.04 0 0.52 185.17 0.31 0.37
Hex 41 76 7B 2F 4 0 34 B9 1F 25
Octal 101 166 173 57 4 0 64 271 37 45
Binary 1000001 1110110 1111011 101111 100 0 110100 10111001 11111 100101

Color Harmonies of #41767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41767B

Black with #41767B

Text Example


Text Example

White with #41767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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