Html Css Color HEX #417A7F Ming

📋 copy color: '#417A7F'

red 65 ◦ green 122 ◦ blue 127

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

Shades of Ming #417A7F

Tints of Ming #417A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 20.7%
G = 38.85%
B = 40.45%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#417A7F (or 0x417A7F) is known color: Ming. HEX triplet: 41, 7A and 7F. RGB value is (65,122,127). Sum of RGB (Red+Green+Blue) = 65+122+127=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #417A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A7F is #BE8580. Grayscale: #696969. Windows color (decimal): -12486017 or 8354369. OLE color: 8354369.

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

Color convert

RGB 65 122 127 -
CMYK 0.49 0.04 0 0.50
HSL 184.84º 0.32% 0.38% -
HSV(B) 184.84º 0.49% 0.5% -
XYZ 12.97 16.58 22.59 -
YUV 105.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 65 122 127 0.49 0.04 0 0.50 184.84 0.32 0.38
Hex 41 7A 7F 31 4 0 32 B9 20 26
Octal 101 172 177 61 4 0 62 271 40 46
Binary 1000001 1111010 1111111 110001 100 0 110010 10111001 100000 100110

Color Harmonies of #417A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A7F

Black with #417A7F

Text Example


Text Example

White with #417A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A7F; }

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

 H1.HeaderClassName
 {
   color: #417A7F;
 }
 .AnyTagClassName
 {
   color: #417A7F;
 }
</style>

background-color css

<style>
 a { background-color: #417A7F; }

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

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

border-color css

<style>
 span { border-color: #417A7F; }

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

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