Html Css Color HEX #458C79 Lochinvar

📋 copy color: '#458C79'

red 69 ◦ green 140 ◦ blue 121

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

Shades of Lochinvar #458C79

Tints of Lochinvar #458C79

RGB

 RED value IS 69 (27.34% from 255) = 20.91%

 GREEN value IS 140 (55.08% from 255) = 42.42%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 20.91%
G = 42.42%
B = 36.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#458C79 (or 0x458C79) is known color: Lochinvar. HEX triplet: 45, 8C and 79. RGB value is (69,140,121). Sum of RGB (Red+Green+Blue) = 69+140+121=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #458C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C79 is #BA7386. Grayscale: #747474. Windows color (decimal): -12219271 or 7965765. OLE color: 7965765.

HSL color Cylindrical-coordinate representation of color #458C79: hue angle of 163.94º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458C79 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 140 121 -
CMYK 0.51 0 0.14 0.45
HSL 163.94º 0.34% 0.41% -
HSV(B) 163.94º 0.51% 0.55% -
XYZ 15.28 21.4 21.41 -
YUV 116.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 69 140 121 0.51 0 0.14 0.45 163.94 0.34 0.41
Hex 45 8C 79 33 0 E 2D A4 22 29
Octal 105 214 171 63 0 16 55 244 42 51
Binary 1000101 10001100 1111001 110011 0 1110 101101 10100100 100010 101001

Color Harmonies of #458C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458C79

Black with #458C79

Text Example


Text Example

White with #458C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458C79; }

 p { color: rgb(69,140,121); }

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

background-color css

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

 a { background-color: rgb(69,140,121); }

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

border-color css

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

 span { border-color: rgb(69,140,121); }

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