Html Css Color HEX #429483 Lochinvar

📋 copy color: '#429483'

red 66 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #429483

Tints of Lochinvar #429483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 19.13%
G = 42.9%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#429483 (or 0x429483) is known color: Lochinvar. HEX triplet: 42, 94 and 83. RGB value is (66,148,131). Sum of RGB (Red+Green+Blue) = 66+148+131=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #429483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429483 is #BD6B7C. Grayscale: #797979. Windows color (decimal): -12413821 or 8623170. OLE color: 8623170.

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

Color convert

RGB 66 148 131 -
CMYK 0.55 0 0.11 0.42
HSL 167.56º 0.38% 0.42% -
HSV(B) 167.56º 0.55% 0.58% -
XYZ 16.93 23.98 25.21 -
YUV 121.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 66 148 131 0.55 0 0.11 0.42 167.56 0.38 0.42
Hex 42 94 83 37 0 B 2A A8 26 2A
Octal 102 224 203 67 0 13 52 250 46 52
Binary 1000010 10010100 10000011 110111 0 1011 101010 10101000 100110 101010

Color Harmonies of #429483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429483

Black with #429483

Text Example


Text Example

White with #429483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429483; }

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

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

background-color css

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

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

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

border-color css

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

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

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