Html Css Color HEX #429085 Lochinvar

📋 copy color: '#429085'

red 66 ◦ green 144 ◦ blue 133

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

Shades of Lochinvar #429085

Tints of Lochinvar #429085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 19.24%
G = 41.98%
B = 38.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#429085 (or 0x429085) is known color: Lochinvar. HEX triplet: 42, 90 and 85. RGB value is (66,144,133). Sum of RGB (Red+Green+Blue) = 66+144+133=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #429085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429085 is #BD6F7A. Grayscale: #777777. Windows color (decimal): -12414843 or 8753218. OLE color: 8753218.

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

Color convert

RGB 66 144 133 -
CMYK 0.54 0 0.08 0.44
HSL 171.54º 0.37% 0.41% -
HSV(B) 171.54º 0.54% 0.56% -
XYZ 16.45 22.8 25.72 -
YUV 119.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 66 144 133 0.54 0 0.08 0.44 171.54 0.37 0.41
Hex 42 90 85 36 0 8 2C AC 25 29
Octal 102 220 205 66 0 10 54 254 45 51
Binary 1000010 10010000 10000101 110110 0 1000 101100 10101100 100101 101001

Color Harmonies of #429085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429085

Black with #429085

Text Example


Text Example

White with #429085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429085; }

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

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

background-color css

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

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

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

border-color css

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

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

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