Html Css Color HEX #42907D Lochinvar

📋 copy color: '#42907D'

red 66 ◦ green 144 ◦ blue 125

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

Shades of Lochinvar #42907D

Tints of Lochinvar #42907D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 19.7%
G = 42.99%
B = 37.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#42907D (or 0x42907D) is known color: Lochinvar. HEX triplet: 42, 90 and 7D. RGB value is (66,144,125). Sum of RGB (Red+Green+Blue) = 66+144+125=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #42907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42907D is #BD6F82. Grayscale: #767676. Windows color (decimal): -12414851 or 8228930. OLE color: 8228930.

HSL color Cylindrical-coordinate representation of color #42907D: hue angle of 165.38º 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 #42907D is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 125 -
CMYK 0.54 0 0.13 0.44
HSL 165.38º 0.37% 0.41% -
HSV(B) 165.38º 0.54% 0.56% -
XYZ 15.92 22.59 22.92 -
YUV 118.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 66 144 125 0.54 0 0.13 0.44 165.38 0.37 0.41
Hex 42 90 7D 36 0 D 2C A5 25 29
Octal 102 220 175 66 0 15 54 245 45 51
Binary 1000010 10010000 1111101 110110 0 1101 101100 10100101 100101 101001

Color Harmonies of #42907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42907D

Black with #42907D

Text Example


Text Example

White with #42907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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