Html Css Color HEX #42767A Ming

📋 copy color: '#42767A'

red 66 ◦ green 118 ◦ blue 122

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

Shades of Ming #42767A

Tints of Ming #42767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 21.57%
G = 38.56%
B = 39.87%

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

#42767A (or 0x42767A) is known color: Ming. HEX triplet: 42, 76 and 7A. RGB value is (66,118,122). Sum of RGB (Red+Green+Blue) = 66+118+122=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #42767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42767A is #BD8985. Grayscale: #666666. Windows color (decimal): -12421510 or 8025666. OLE color: 8025666.

HSL color Cylindrical-coordinate representation of color #42767A: hue angle of 184.29º 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 #42767A is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 118 122 -
CMYK 0.46 0.03 0 0.52
HSL 184.29º 0.3% 0.37% -
HSV(B) 184.29º 0.46% 0.48% -
XYZ 12.24 15.52 20.76 -
YUV 102.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 66 118 122 0.46 0.03 0 0.52 184.29 0.3 0.37
Hex 42 76 7A 2E 3 0 34 B8 1E 25
Octal 102 166 172 56 3 0 64 270 36 45
Binary 1000010 1110110 1111010 101110 11 0 110100 10111000 11110 100101

Color Harmonies of #42767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42767A

Black with #42767A

Text Example


Text Example

White with #42767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42767A; }

 p { color: rgb(66,118,122); }

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

background-color css

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

 a { background-color: rgb(66,118,122); }

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

border-color css

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

 span { border-color: rgb(66,118,122); }

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