Html Css Color HEX #429082 Lochinvar

📋 copy color: '#429082'

red 66 ◦ green 144 ◦ blue 130

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

Shades of Lochinvar #429082

Tints of Lochinvar #429082

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 19.41%
G = 42.35%
B = 38.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#429082 (or 0x429082) is known color: Lochinvar. HEX triplet: 42, 90 and 82. RGB value is (66,144,130). Sum of RGB (Red+Green+Blue) = 66+144+130=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #429082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429082 is #BD6F7D. Grayscale: #777777. Windows color (decimal): -12414846 or 8556610. OLE color: 8556610.

HSL color Cylindrical-coordinate representation of color #429082: hue angle of 169.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429082 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 130 -
CMYK 0.54 0 0.10 0.44
HSL 169.23º 0.37% 0.41% -
HSV(B) 169.23º 0.54% 0.56% -
XYZ 16.25 22.72 24.65 -
YUV 119.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 66 144 130 0.54 0 0.10 0.44 169.23 0.37 0.41
Hex 42 90 82 36 0 A 2C A9 25 29
Octal 102 220 202 66 0 12 54 251 45 51
Binary 1000010 10010000 10000010 110110 0 1010 101100 10101001 100101 101001

Color Harmonies of #429082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429082

Black with #429082

Text Example


Text Example

White with #429082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429082; }

 p { color: rgb(66,144,130); }

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

background-color css

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

 a { background-color: rgb(66,144,130); }

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

border-color css

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

 span { border-color: rgb(66,144,130); }

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