Html Css Color HEX #467779 Ming

📋 copy color: '#467779'

red 70 ◦ green 119 ◦ blue 121

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

Shades of Ming #467779

Tints of Ming #467779

RGB

 RED value IS 70 (27.73% from 255) = 22.58%

 GREEN value IS 119 (46.88% from 255) = 38.39%

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

R = 22.58%
G = 38.39%
B = 39.03%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467779 (or 0x467779) is known color: Ming. HEX triplet: 46, 77 and 79. RGB value is (70,119,121). Sum of RGB (Red+Green+Blue) = 70+119+121=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #467779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467779 is #B98886. Grayscale: #686868. Windows color (decimal): -12159111 or 7960390. OLE color: 7960390.

HSL color Cylindrical-coordinate representation of color #467779: hue angle of 182.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467779 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 121 -
CMYK 0.42 0.02 0 0.53
HSL 182.35º 0.27% 0.37% -
HSV(B) 182.35º 0.42% 0.47% -
XYZ 12.57 15.88 20.49 -
YUV 104.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 70 119 121 0.42 0.02 0 0.53 182.35 0.27 0.37
Hex 46 77 79 2A 2 0 35 B6 1B 25
Octal 106 167 171 52 2 0 65 266 33 45
Binary 1000110 1110111 1111001 101010 10 0 110101 10110110 11011 100101

Color Harmonies of #467779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467779

Black with #467779

Text Example


Text Example

White with #467779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467779; }

 p { color: rgb(70,119,121); }

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

background-color css

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

 a { background-color: rgb(70,119,121); }

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

border-color css

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

 span { border-color: rgb(70,119,121); }

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