Html Css Color HEX #459988 Lochinvar

📋 copy color: '#459988'

red 69 ◦ green 153 ◦ blue 136

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

Shades of Lochinvar #459988

Tints of Lochinvar #459988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 19.27%
G = 42.74%
B = 37.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#459988 (or 0x459988) is known color: Lochinvar. HEX triplet: 45, 99 and 88. RGB value is (69,153,136). Sum of RGB (Red+Green+Blue) = 69+153+136=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #459988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459988 is #BA6677. Grayscale: #7D7D7D. Windows color (decimal): -12215928 or 8952133. OLE color: 8952133.

HSL color Cylindrical-coordinate representation of color #459988: hue angle of 167.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459988 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 136 -
CMYK 0.55 0 0.11 0.4
HSL 167.86º 0.38% 0.44% -
HSV(B) 167.86º 0.55% 0.6% -
XYZ 18.29 25.83 27.31 -
YUV 125.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 69 153 136 0.55 0 0.11 0.4 167.86 0.38 0.44
Hex 45 99 88 37 0 B 28 A8 26 2C
Octal 105 231 210 67 0 13 50 250 46 54
Binary 1000101 10011001 10001000 110111 0 1011 101000 10101000 100110 101100

Color Harmonies of #459988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459988

Black with #459988

Text Example


Text Example

White with #459988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459988; }

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

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

background-color css

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

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

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

border-color css

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

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

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