Html Css Color HEX #428A7A Lochinvar

📋 copy color: '#428A7A'

red 66 ◦ green 138 ◦ blue 122

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

Shades of Lochinvar #428A7A

Tints of Lochinvar #428A7A

RGB

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

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

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

R = 20.25%
G = 42.33%
B = 37.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#428A7A (or 0x428A7A) is known color: Lochinvar. HEX triplet: 42, 8A and 7A. RGB value is (66,138,122). Sum of RGB (Red+Green+Blue) = 66+138+122=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 138 - color contains mainly: green. Hex color #428A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A7A is #BD7585. Grayscale: #727272. Windows color (decimal): -12416390 or 8030786. OLE color: 8030786.

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

Color convert

RGB 66 138 122 -
CMYK 0.52 0 0.12 0.46
HSL 166.67º 0.35% 0.4% -
HSV(B) 166.67º 0.52% 0.54% -
XYZ 14.85 20.74 21.63 -
YUV 114.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 66 138 122 0.52 0 0.12 0.46 166.67 0.35 0.4
Hex 42 8A 7A 34 0 C 2E A7 23 28
Octal 102 212 172 64 0 14 56 247 43 50
Binary 1000010 10001010 1111010 110100 0 1100 101110 10100111 100011 101000

Color Harmonies of #428A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A7A

Black with #428A7A

Text Example


Text Example

White with #428A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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