Html Css Color HEX #428A7C Lochinvar

📋 copy color: '#428A7C'

red 66 ◦ green 138 ◦ blue 124

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

Shades of Lochinvar #428A7C

Tints of Lochinvar #428A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 20.12%
G = 42.07%
B = 37.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#428A7C (or 0x428A7C) is known color: Lochinvar. HEX triplet: 42, 8A and 7C. RGB value is (66,138,124). Sum of RGB (Red+Green+Blue) = 66+138+124=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #428A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A7C is #BD7583. Grayscale: #727272. Windows color (decimal): -12416388 or 8161858. OLE color: 8161858.

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

Color convert

RGB 66 138 124 -
CMYK 0.52 0 0.10 0.46
HSL 168.33º 0.35% 0.4% -
HSV(B) 168.33º 0.52% 0.54% -
XYZ 14.97 20.79 22.29 -
YUV 114.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 66 138 124 0.52 0 0.10 0.46 168.33 0.35 0.4
Hex 42 8A 7C 34 0 A 2E A8 23 28
Octal 102 212 174 64 0 12 56 250 43 50
Binary 1000010 10001010 1111100 110100 0 1010 101110 10101000 100011 101000

Color Harmonies of #428A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A7C

Black with #428A7C

Text Example


Text Example

White with #428A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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