Html Css Color HEX #42907C Lochinvar

📋 copy color: '#42907C'

red 66 ◦ green 144 ◦ blue 124

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

Shades of Lochinvar #42907C

Tints of Lochinvar #42907C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 19.76%
G = 43.11%
B = 37.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#42907C (or 0x42907C) is known color: Lochinvar. HEX triplet: 42, 90 and 7C. RGB value is (66,144,124). Sum of RGB (Red+Green+Blue) = 66+144+124=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #42907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42907C is #BD6F83. Grayscale: #767676. Windows color (decimal): -12414852 or 8163394. OLE color: 8163394.

HSL color Cylindrical-coordinate representation of color #42907C: hue angle of 164.62º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42907C is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 124 -
CMYK 0.54 0 0.14 0.44
HSL 164.62º 0.37% 0.41% -
HSV(B) 164.62º 0.54% 0.56% -
XYZ 15.86 22.56 22.59 -
YUV 118.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 66 144 124 0.54 0 0.14 0.44 164.62 0.37 0.41
Hex 42 90 7C 36 0 E 2C A5 25 29
Octal 102 220 174 66 0 16 54 245 45 51
Binary 1000010 10010000 1111100 110110 0 1110 101100 10100101 100101 101001

Color Harmonies of #42907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42907C

Black with #42907C

Text Example


Text Example

White with #42907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42907C; }

 p { color: rgb(66,144,124); }

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

background-color css

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

 a { background-color: rgb(66,144,124); }

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

border-color css

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

 span { border-color: rgb(66,144,124); }

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