Html Css Color HEX #42978B Lochinvar

📋 copy color: '#42978B'

red 66 ◦ green 151 ◦ blue 139

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

Shades of Lochinvar #42978B

Tints of Lochinvar #42978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 18.54%
G = 42.42%
B = 39.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#42978B (or 0x42978B) is known color: Lochinvar. HEX triplet: 42, 97 and 8B. RGB value is (66,151,139). Sum of RGB (Red+Green+Blue) = 66+151+139=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #42978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42978B is #BD6874. Grayscale: #7C7C7C. Windows color (decimal): -12413045 or 9148226. OLE color: 9148226.

HSL color Cylindrical-coordinate representation of color #42978B: hue angle of 171.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42978B is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 139 -
CMYK 0.56 0 0.08 0.41
HSL 171.53º 0.39% 0.43% -
HSV(B) 171.53º 0.56% 0.59% -
XYZ 17.97 25.16 28.33 -
YUV 124.22 136.34 86.48 -
System Red Green Blue C M Y K H S L
Decimal 66 151 139 0.56 0 0.08 0.41 171.53 0.39 0.43
Hex 42 97 8B 38 0 8 29 AC 27 2B
Octal 102 227 213 70 0 10 51 254 47 53
Binary 1000010 10010111 10001011 111000 0 1000 101001 10101100 100111 101011

Color Harmonies of #42978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42978B

Black with #42978B

Text Example


Text Example

White with #42978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42978B; }

 p { color: rgb(66,151,139); }

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

background-color css

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

 a { background-color: rgb(66,151,139); }

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

border-color css

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

 span { border-color: rgb(66,151,139); }

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