Html Css Color HEX #428A7F Lochinvar

📋 copy color: '#428A7F'

red 66 ◦ green 138 ◦ blue 127

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

Shades of Lochinvar #428A7F

Tints of Lochinvar #428A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.69%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 19.94%
G = 41.69%
B = 38.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#428A7F (or 0x428A7F) is known color: Lochinvar. HEX triplet: 42, 8A and 7F. RGB value is (66,138,127). Sum of RGB (Red+Green+Blue) = 66+138+127=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #428A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A7F is #BD7580. Grayscale: #737373. Windows color (decimal): -12416385 or 8358466. OLE color: 8358466.

HSL color Cylindrical-coordinate representation of color #428A7F: hue angle of 170.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A7F is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 127 -
CMYK 0.52 0 0.08 0.46
HSL 170.83º 0.35% 0.4% -
HSV(B) 170.83º 0.52% 0.54% -
XYZ 15.17 20.87 23.31 -
YUV 115.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 66 138 127 0.52 0 0.08 0.46 170.83 0.35 0.4
Hex 42 8A 7F 34 0 8 2E AB 23 28
Octal 102 212 177 64 0 10 56 253 43 50
Binary 1000010 10001010 1111111 110100 0 1000 101110 10101011 100011 101000

Color Harmonies of #428A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A7F

Black with #428A7F

Text Example


Text Example

White with #428A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A7F; }

 p { color: rgb(66,138,127); }

 H1.HeaderClassName
 {
   color: #428A7F;
 }
 .AnyTagClassName
 {
   color: #428A7F;
 }
</style>

background-color css

<style>
 a { background-color: #428A7F; }

 a { background-color: rgb(66,138,127); }

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

border-color css

<style>
 span { border-color: #428A7F; }

 span { border-color: rgb(66,138,127); }

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