Html Css Color HEX #427C7B Ming

📋 copy color: '#427C7B'

red 66 ◦ green 124 ◦ blue 123

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

Shades of Ming #427C7B

Tints of Ming #427C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

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

R = 21.09%
G = 39.62%
B = 39.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#427C7B (or 0x427C7B) is known color: Ming. HEX triplet: 42, 7C and 7B. RGB value is (66,124,123). Sum of RGB (Red+Green+Blue) = 66+124+123=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #427C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C7B is #BD8384. Grayscale: #6A6A6A. Windows color (decimal): -12419973 or 8092738. OLE color: 8092738.

HSL color Cylindrical-coordinate representation of color #427C7B: hue angle of 178.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C7B is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 124 123 -
CMYK 0.47 0 0.01 0.51
HSL 178.97º 0.31% 0.37% -
HSV(B) 178.97º 0.47% 0.49% -
XYZ 13.03 17 21.33 -
YUV 106.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 66 124 123 0.47 0 0.01 0.51 178.97 0.31 0.37
Hex 42 7C 7B 2F 0 1 33 B3 1F 25
Octal 102 174 173 57 0 1 63 263 37 45
Binary 1000010 1111100 1111011 101111 0 1 110011 10110011 11111 100101

Color Harmonies of #427C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C7B

Black with #427C7B

Text Example


Text Example

White with #427C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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