Html Css Color HEX #427D7B Ming

📋 copy color: '#427D7B'

red 66 ◦ green 125 ◦ blue 123

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

Shades of Ming #427D7B

Tints of Ming #427D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.81%

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

R = 21.02%
G = 39.81%
B = 39.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#427D7B (or 0x427D7B) is known color: Ming. HEX triplet: 42, 7D and 7B. RGB value is (66,125,123). Sum of RGB (Red+Green+Blue) = 66+125+123=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #427D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D7B is #BD8284. Grayscale: #6B6B6B. Windows color (decimal): -12419717 or 8092994. OLE color: 8092994.

HSL color Cylindrical-coordinate representation of color #427D7B: hue angle of 177.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 #427D7B is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 125 123 -
CMYK 0.47 0 0.02 0.51
HSL 177.97º 0.31% 0.37% -
HSV(B) 177.97º 0.47% 0.49% -
XYZ 13.16 17.26 21.38 -
YUV 107.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 66 125 123 0.47 0 0.02 0.51 177.97 0.31 0.37
Hex 42 7D 7B 2F 0 2 33 B2 1F 25
Octal 102 175 173 57 0 2 63 262 37 45
Binary 1000010 1111101 1111011 101111 0 10 110011 10110010 11111 100101

Color Harmonies of #427D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D7B

Black with #427D7B

Text Example


Text Example

White with #427D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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