Html Css Color HEX #429285 Lochinvar

📋 copy color: '#429285'

red 66 ◦ green 146 ◦ blue 133

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

Shades of Lochinvar #429285

Tints of Lochinvar #429285

RGB

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

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

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

R = 19.13%
G = 42.32%
B = 38.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#429285 (or 0x429285) is known color: Lochinvar. HEX triplet: 42, 92 and 85. RGB value is (66,146,133). Sum of RGB (Red+Green+Blue) = 66+146+133=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #429285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429285 is #BD6D7A. Grayscale: #787878. Windows color (decimal): -12414331 or 8753730. OLE color: 8753730.

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

Color convert

RGB 66 146 133 -
CMYK 0.55 0 0.09 0.43
HSL 170.25º 0.38% 0.42% -
HSV(B) 170.25º 0.55% 0.57% -
XYZ 16.76 23.41 25.83 -
YUV 120.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 66 146 133 0.55 0 0.09 0.43 170.25 0.38 0.42
Hex 42 92 85 37 0 9 2B AA 26 2A
Octal 102 222 205 67 0 11 53 252 46 52
Binary 1000010 10010010 10000101 110111 0 1001 101011 10101010 100110 101010

Color Harmonies of #429285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429285

Black with #429285

Text Example


Text Example

White with #429285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429285; }

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

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

background-color css

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

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

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

border-color css

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

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

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