Html Css Color HEX #459688 Lochinvar

📋 copy color: '#459688'

red 69 ◦ green 150 ◦ blue 136

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

Shades of Lochinvar #459688

Tints of Lochinvar #459688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.25%

 BLUE value IS 136 (53.52% from 255) = 38.31%

R = 19.44%
G = 42.25%
B = 38.31%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#459688 (or 0x459688) is known color: Lochinvar. HEX triplet: 45, 96 and 88. RGB value is (69,150,136). Sum of RGB (Red+Green+Blue) = 69+150+136=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #459688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459688 is #BA6977. Grayscale: #7C7C7C. Windows color (decimal): -12216696 or 8951365. OLE color: 8951365.

HSL color Cylindrical-coordinate representation of color #459688: hue angle of 169.63º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459688 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 69 150 136 -
CMYK 0.54 0 0.09 0.41
HSL 169.63º 0.37% 0.43% -
HSV(B) 169.63º 0.54% 0.59% -
XYZ 17.8 24.86 27.15 -
YUV 124.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 69 150 136 0.54 0 0.09 0.41 169.63 0.37 0.43
Hex 45 96 88 36 0 9 29 AA 25 2B
Octal 105 226 210 66 0 11 51 252 45 53
Binary 1000101 10010110 10001000 110110 0 1001 101001 10101010 100101 101011

Color Harmonies of #459688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459688

Black with #459688

Text Example


Text Example

White with #459688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459688; }

 p { color: rgb(69,150,136); }

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

background-color css

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

 a { background-color: rgb(69,150,136); }

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

border-color css

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

 span { border-color: rgb(69,150,136); }

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