Html Css Color HEX #429284 Lochinvar

📋 copy color: '#429284'

red 66 ◦ green 146 ◦ blue 132

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

Shades of Lochinvar #429284

Tints of Lochinvar #429284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 19.19%
G = 42.44%
B = 38.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#429284 (or 0x429284) is known color: Lochinvar. HEX triplet: 42, 92 and 84. RGB value is (66,146,132). Sum of RGB (Red+Green+Blue) = 66+146+132=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #429284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429284 is #BD6D7B. Grayscale: #787878. Windows color (decimal): -12414332 or 8688194. OLE color: 8688194.

HSL color Cylindrical-coordinate representation of color #429284: hue angle of 169.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 #429284 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 132 -
CMYK 0.55 0 0.10 0.43
HSL 169.5º 0.38% 0.42% -
HSV(B) 169.5º 0.55% 0.57% -
XYZ 16.69 23.38 25.46 -
YUV 120.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 66 146 132 0.55 0 0.10 0.43 169.5 0.38 0.42
Hex 42 92 84 37 0 A 2B AA 26 2A
Octal 102 222 204 67 0 12 53 252 46 52
Binary 1000010 10010010 10000100 110111 0 1010 101011 10101010 100110 101010

Color Harmonies of #429284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429284

Black with #429284

Text Example


Text Example

White with #429284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429284; }

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

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

background-color css

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

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

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

border-color css

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

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

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