Html Css Color HEX #428681 Lochinvar

📋 copy color: '#428681'

red 66 ◦ green 134 ◦ blue 129

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

Shades of Lochinvar #428681

Tints of Lochinvar #428681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 20.06%
G = 40.73%
B = 39.21%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#428681 (or 0x428681) is known color: Lochinvar. HEX triplet: 42, 86 and 81. RGB value is (66,134,129). Sum of RGB (Red+Green+Blue) = 66+134+129=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #428681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428681 is #BD797E. Grayscale: #717171. Windows color (decimal): -12417407 or 8488514. OLE color: 8488514.

HSL color Cylindrical-coordinate representation of color #428681: hue angle of 175.59º 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 #428681 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 134 129 -
CMYK 0.51 0 0.04 0.47
HSL 175.59º 0.34% 0.39% -
HSV(B) 175.59º 0.51% 0.53% -
XYZ 14.73 19.79 23.81 -
YUV 113.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 66 134 129 0.51 0 0.04 0.47 175.59 0.34 0.39
Hex 42 86 81 33 0 4 2F B0 22 27
Octal 102 206 201 63 0 4 57 260 42 47
Binary 1000010 10000110 10000001 110011 0 100 101111 10110000 100010 100111

Color Harmonies of #428681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428681

Black with #428681

Text Example


Text Example

White with #428681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428681; }

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

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

background-color css

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

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

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

border-color css

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

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

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