Html Css Color HEX #427B7A Ming

📋 copy color: '#427B7A'

red 66 ◦ green 123 ◦ blue 122

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

Shades of Ming #427B7A

Tints of Ming #427B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

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

R = 21.22%
G = 39.55%
B = 39.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#427B7A (or 0x427B7A) is known color: Ming. HEX triplet: 42, 7B and 7A. RGB value is (66,123,122). Sum of RGB (Red+Green+Blue) = 66+123+122=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #427B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427B7A is #BD8485. Grayscale: #696969. Windows color (decimal): -12420230 or 8026946. OLE color: 8026946.

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

Color convert

RGB 66 123 122 -
CMYK 0.46 0 0.01 0.52
HSL 178.95º 0.3% 0.37% -
HSV(B) 178.95º 0.46% 0.48% -
XYZ 12.84 16.73 20.96 -
YUV 105.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 66 123 122 0.46 0 0.01 0.52 178.95 0.3 0.37
Hex 42 7B 7A 2E 0 1 34 B3 1E 25
Octal 102 173 172 56 0 1 64 263 36 45
Binary 1000010 1111011 1111010 101110 0 1 110100 10110011 11110 100101

Color Harmonies of #427B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B7A

Black with #427B7A

Text Example


Text Example

White with #427B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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