Html Css Color HEX #417279 Ming

📋 copy color: '#417279'

red 65 ◦ green 114 ◦ blue 121

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

Shades of Ming #417279

Tints of Ming #417279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 21.67%
G = 38%
B = 40.33%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#417279 (or 0x417279) is known color: Ming. HEX triplet: 41, 72 and 79. RGB value is (65,114,121). Sum of RGB (Red+Green+Blue) = 65+114+121=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #417279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417279 is #BE8D86. Grayscale: #646464. Windows color (decimal): -12488071 or 7959105. OLE color: 7959105.

HSL color Cylindrical-coordinate representation of color #417279: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417279 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 114 121 -
CMYK 0.46 0.06 0 0.53
HSL 187.5º 0.3% 0.36% -
HSV(B) 187.5º 0.46% 0.47% -
XYZ 11.65 14.54 20.28 -
YUV 100.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 65 114 121 0.46 0.06 0 0.53 187.5 0.3 0.36
Hex 41 72 79 2E 6 0 35 BC 1E 24
Octal 101 162 171 56 6 0 65 274 36 44
Binary 1000001 1110010 1111001 101110 110 0 110101 10111100 11110 100100

Color Harmonies of #417279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417279

Black with #417279

Text Example


Text Example

White with #417279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417279; }

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

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

background-color css

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

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

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

border-color css

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

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

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