Html Css Color HEX #42777B Ming

📋 copy color: '#42777B'

red 66 ◦ green 119 ◦ blue 123

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

Shades of Ming #42777B

Tints of Ming #42777B

RGB

 RED value IS 66 (26.17% from 255) = 21.43%

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

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

R = 21.43%
G = 38.64%
B = 39.94%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42777B (or 0x42777B) is known color: Ming. HEX triplet: 42, 77 and 7B. RGB value is (66,119,123). Sum of RGB (Red+Green+Blue) = 66+119+123=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #42777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777B is #BD8884. Grayscale: #676767. Windows color (decimal): -12421253 or 8091458. OLE color: 8091458.

HSL color Cylindrical-coordinate representation of color #42777B: hue angle of 184.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42777B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 119 123 -
CMYK 0.46 0.03 0 0.52
HSL 184.21º 0.3% 0.37% -
HSV(B) 184.21º 0.46% 0.48% -
XYZ 12.42 15.78 21.13 -
YUV 103.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 66 119 123 0.46 0.03 0 0.52 184.21 0.3 0.37
Hex 42 77 7B 2E 3 0 34 B8 1E 25
Octal 102 167 173 56 3 0 64 270 36 45
Binary 1000010 1110111 1111011 101110 11 0 110100 10111000 11110 100101

Color Harmonies of #42777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42777B

Black with #42777B

Text Example


Text Example

White with #42777B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,119,123); }

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

background-color css

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

 a { background-color: rgb(66,119,123); }

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

border-color css

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

 span { border-color: rgb(66,119,123); }

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