Html Css Color HEX #42767B Ming

📋 copy color: '#42767B'

red 66 ◦ green 118 ◦ blue 123

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

Shades of Ming #42767B

Tints of Ming #42767B

RGB

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

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

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

R = 21.5%
G = 38.44%
B = 40.07%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42767B (or 0x42767B) is known color: Ming. HEX triplet: 42, 76 and 7B. RGB value is (66,118,123). Sum of RGB (Red+Green+Blue) = 66+118+123=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #42767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42767B is #BD8984. Grayscale: #666666. Windows color (decimal): -12421509 or 8091202. OLE color: 8091202.

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

Color convert

RGB 66 118 123 -
CMYK 0.46 0.04 0 0.52
HSL 185.26º 0.3% 0.37% -
HSV(B) 185.26º 0.46% 0.48% -
XYZ 12.3 15.55 21.09 -
YUV 103.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 66 118 123 0.46 0.04 0 0.52 185.26 0.3 0.37
Hex 42 76 7B 2E 4 0 34 B9 1E 25
Octal 102 166 173 56 4 0 64 271 36 45
Binary 1000010 1110110 1111011 101110 100 0 110100 10111001 11110 100101

Color Harmonies of #42767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42767B

Black with #42767B

Text Example


Text Example

White with #42767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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