Html Css Color HEX #42867D Lochinvar

📋 copy color: '#42867D'

red 66 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #42867D

Tints of Lochinvar #42867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

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

R = 20.31%
G = 41.23%
B = 38.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#42867D (or 0x42867D) is known color: Lochinvar. HEX triplet: 42, 86 and 7D. RGB value is (66,134,125). Sum of RGB (Red+Green+Blue) = 66+134+125=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #42867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42867D is #BD7982. Grayscale: #707070. Windows color (decimal): -12417411 or 8226370. OLE color: 8226370.

HSL color Cylindrical-coordinate representation of color #42867D: hue angle of 172.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42867D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 125 -
CMYK 0.51 0 0.07 0.47
HSL 172.06º 0.34% 0.39% -
HSV(B) 172.06º 0.51% 0.53% -
XYZ 14.47 19.69 22.44 -
YUV 112.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 66 134 125 0.51 0 0.07 0.47 172.06 0.34 0.39
Hex 42 86 7D 33 0 7 2F AC 22 27
Octal 102 206 175 63 0 7 57 254 42 47
Binary 1000010 10000110 1111101 110011 0 111 101111 10101100 100010 100111

Color Harmonies of #42867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42867D

Black with #42867D

Text Example


Text Example

White with #42867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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