Html Css Color HEX #429488 Lochinvar

📋 copy color: '#429488'

red 66 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #429488

Tints of Lochinvar #429488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 18.86%
G = 42.29%
B = 38.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#429488 (or 0x429488) is known color: Lochinvar. HEX triplet: 42, 94 and 88. RGB value is (66,148,136). Sum of RGB (Red+Green+Blue) = 66+148+136=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #429488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429488 is #BD6B77. Grayscale: #7A7A7A. Windows color (decimal): -12413816 or 8950850. OLE color: 8950850.

HSL color Cylindrical-coordinate representation of color #429488: hue angle of 171.22º 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 #429488 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 136 -
CMYK 0.55 0 0.08 0.42
HSL 171.22º 0.38% 0.42% -
HSV(B) 171.22º 0.55% 0.58% -
XYZ 17.28 24.12 27.04 -
YUV 122.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 66 148 136 0.55 0 0.08 0.42 171.22 0.38 0.42
Hex 42 94 88 37 0 8 2A AB 26 2A
Octal 102 224 210 67 0 10 52 253 46 52
Binary 1000010 10010100 10001000 110111 0 1000 101010 10101011 100110 101010

Color Harmonies of #429488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429488

Black with #429488

Text Example


Text Example

White with #429488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429488; }

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

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

background-color css

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

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

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

border-color css

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

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

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