Html Css Color HEX #42928A Lochinvar

📋 copy color: '#42928A'

red 66 ◦ green 146 ◦ blue 138

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

Shades of Lochinvar #42928A

Tints of Lochinvar #42928A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 18.86%
G = 41.71%
B = 39.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#42928A (or 0x42928A) is known color: Lochinvar. HEX triplet: 42, 92 and 8A. RGB value is (66,146,138). Sum of RGB (Red+Green+Blue) = 66+146+138=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #42928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42928A is #BD6D75. Grayscale: #797979. Windows color (decimal): -12414326 or 9081410. OLE color: 9081410.

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

Color convert

RGB 66 146 138 -
CMYK 0.55 0 0.05 0.43
HSL 174º 0.38% 0.42% -
HSV(B) 174º 0.55% 0.57% -
XYZ 17.11 23.55 27.69 -
YUV 121.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 66 146 138 0.55 0 0.05 0.43 174 0.38 0.42
Hex 42 92 8A 37 0 5 2B AE 26 2A
Octal 102 222 212 67 0 5 53 256 46 52
Binary 1000010 10010010 10001010 110111 0 101 101011 10101110 100110 101010

Color Harmonies of #42928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42928A

Black with #42928A

Text Example


Text Example

White with #42928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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