Html Css Color HEX #42938A Lochinvar

📋 copy color: '#42938A'

red 66 ◦ green 147 ◦ blue 138

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

Shades of Lochinvar #42938A

Tints of Lochinvar #42938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

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

R = 18.8%
G = 41.88%
B = 39.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#42938A (or 0x42938A) is known color: Lochinvar. HEX triplet: 42, 93 and 8A. RGB value is (66,147,138). Sum of RGB (Red+Green+Blue) = 66+147+138=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #42938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42938A is #BD6C75. Grayscale: #797979. Windows color (decimal): -12414070 or 9081666. OLE color: 9081666.

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

Color convert

RGB 66 147 138 -
CMYK 0.55 0 0.06 0.42
HSL 173.33º 0.38% 0.42% -
HSV(B) 173.33º 0.55% 0.58% -
XYZ 17.27 23.86 27.74 -
YUV 121.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 66 147 138 0.55 0 0.06 0.42 173.33 0.38 0.42
Hex 42 93 8A 37 0 6 2A AD 26 2A
Octal 102 223 212 67 0 6 52 255 46 52
Binary 1000010 10010011 10001010 110111 0 110 101010 10101101 100110 101010

Color Harmonies of #42938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42938A

Black with #42938A

Text Example


Text Example

White with #42938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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