Html Css Color HEX #417A79 Ming

📋 copy color: '#417A79'

red 65 ◦ green 122 ◦ blue 121

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

Shades of Ming #417A79

Tints of Ming #417A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 21.1%
G = 39.61%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#417A79 (or 0x417A79) is known color: Ming. HEX triplet: 41, 7A and 79. RGB value is (65,122,121). Sum of RGB (Red+Green+Blue) = 65+122+121=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #417A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A79 is #BE8586. Grayscale: #686868. Windows color (decimal): -12486023 or 7961153. OLE color: 7961153.

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

Color convert

RGB 65 122 121 -
CMYK 0.47 0 0.01 0.52
HSL 178.95º 0.3% 0.37% -
HSV(B) 178.95º 0.47% 0.48% -
XYZ 12.59 16.42 20.6 -
YUV 104.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 65 122 121 0.47 0 0.01 0.52 178.95 0.3 0.37
Hex 41 7A 79 2F 0 1 34 B3 1E 25
Octal 101 172 171 57 0 1 64 263 36 45
Binary 1000001 1111010 1111001 101111 0 1 110100 10110011 11110 100101

Color Harmonies of #417A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A79

Black with #417A79

Text Example


Text Example

White with #417A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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