Html Css Color HEX #429481 Lochinvar

📋 copy color: '#429481'

red 66 ◦ green 148 ◦ blue 129

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

Shades of Lochinvar #429481

Tints of Lochinvar #429481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 19.24%
G = 43.15%
B = 37.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#429481 (or 0x429481) is known color: Lochinvar. HEX triplet: 42, 94 and 81. RGB value is (66,148,129). Sum of RGB (Red+Green+Blue) = 66+148+129=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #429481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429481 is #BD6B7E. Grayscale: #797979. Windows color (decimal): -12413823 or 8492098. OLE color: 8492098.

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

Color convert

RGB 66 148 129 -
CMYK 0.55 0 0.13 0.42
HSL 166.1º 0.38% 0.42% -
HSV(B) 166.1º 0.55% 0.58% -
XYZ 16.8 23.92 24.5 -
YUV 121.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 66 148 129 0.55 0 0.13 0.42 166.1 0.38 0.42
Hex 42 94 81 37 0 D 2A A6 26 2A
Octal 102 224 201 67 0 15 52 246 46 52
Binary 1000010 10010100 10000001 110111 0 1101 101010 10100110 100110 101010

Color Harmonies of #429481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429481

Black with #429481

Text Example


Text Example

White with #429481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429481; }

 p { color: rgb(66,148,129); }

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

background-color css

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

 a { background-color: rgb(66,148,129); }

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

border-color css

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

 span { border-color: rgb(66,148,129); }

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