Html Css Color HEX #429280 Lochinvar

📋 copy color: '#429280'

red 66 ◦ green 146 ◦ blue 128

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

Shades of Lochinvar #429280

Tints of Lochinvar #429280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 19.41%
G = 42.94%
B = 37.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#429280 (or 0x429280) is known color: Lochinvar. HEX triplet: 42, 92 and 80. RGB value is (66,146,128). Sum of RGB (Red+Green+Blue) = 66+146+128=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #429280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429280 is #BD6D7F. Grayscale: #787878. Windows color (decimal): -12414336 or 8426050. OLE color: 8426050.

HSL color Cylindrical-coordinate representation of color #429280: hue angle of 166.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429280 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 128 -
CMYK 0.55 0 0.12 0.43
HSL 166.5º 0.38% 0.42% -
HSV(B) 166.5º 0.55% 0.57% -
XYZ 16.42 23.27 24.05 -
YUV 120.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 66 146 128 0.55 0 0.12 0.43 166.5 0.38 0.42
Hex 42 92 80 37 0 C 2B A6 26 2A
Octal 102 222 200 67 0 14 53 246 46 52
Binary 1000010 10010010 10000000 110111 0 1100 101011 10100110 100110 101010

Color Harmonies of #429280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429280

Black with #429280

Text Example


Text Example

White with #429280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429280; }

 p { color: rgb(66,146,128); }

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

background-color css

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

 a { background-color: rgb(66,146,128); }

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

border-color css

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

 span { border-color: rgb(66,146,128); }

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