Html Css Color HEX #469B88 Lochinvar

📋 copy color: '#469B88'

red 70 ◦ green 155 ◦ blue 136

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

Shades of Lochinvar #469B88

Tints of Lochinvar #469B88

RGB

 RED value IS 70 (27.73% from 255) = 19.39%

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 19.39%
G = 42.94%
B = 37.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#469B88 (or 0x469B88) is known color: Lochinvar. HEX triplet: 46, 9B and 88. RGB value is (70,155,136). Sum of RGB (Red+Green+Blue) = 70+155+136=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #469B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B88 is #B96477. Grayscale: #7F7F7F. Windows color (decimal): -12149880 or 8952646. OLE color: 8952646.

HSL color Cylindrical-coordinate representation of color #469B88: hue angle of 166.59º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B88 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 136 -
CMYK 0.55 0 0.12 0.39
HSL 166.59º 0.38% 0.44% -
HSV(B) 166.59º 0.55% 0.61% -
XYZ 18.69 26.52 27.43 -
YUV 127.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 70 155 136 0.55 0 0.12 0.39 166.59 0.38 0.44
Hex 46 9B 88 37 0 C 27 A7 26 2C
Octal 106 233 210 67 0 14 47 247 46 54
Binary 1000110 10011011 10001000 110111 0 1100 100111 10100111 100110 101100

Color Harmonies of #469B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B88

Black with #469B88

Text Example


Text Example

White with #469B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B88; }

 p { color: rgb(70,155,136); }

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

background-color css

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

 a { background-color: rgb(70,155,136); }

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

border-color css

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

 span { border-color: rgb(70,155,136); }

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