Html Css Color HEX #468F89 Lochinvar

📋 copy color: '#468F89'

red 70 ◦ green 143 ◦ blue 137

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

Shades of Lochinvar #468F89

Tints of Lochinvar #468F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 20%
G = 40.86%
B = 39.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#468F89 (or 0x468F89) is known color: Lochinvar. HEX triplet: 46, 8F and 89. RGB value is (70,143,137). Sum of RGB (Red+Green+Blue) = 70+143+137=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #468F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F89 is #B97076. Grayscale: #787878. Windows color (decimal): -12152951 or 9015110. OLE color: 9015110.

HSL color Cylindrical-coordinate representation of color #468F89: hue angle of 175.07º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F89 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 143 137 -
CMYK 0.51 0 0.04 0.44
HSL 175.07º 0.34% 0.42% -
HSV(B) 175.07º 0.51% 0.56% -
XYZ 16.86 22.75 27.17 -
YUV 120.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 70 143 137 0.51 0 0.04 0.44 175.07 0.34 0.42
Hex 46 8F 89 33 0 4 2C AF 22 2A
Octal 106 217 211 63 0 4 54 257 42 52
Binary 1000110 10001111 10001001 110011 0 100 101100 10101111 100010 101010

Color Harmonies of #468F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468F89

Black with #468F89

Text Example


Text Example

White with #468F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468F89; }

 p { color: rgb(70,143,137); }

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

background-color css

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

 a { background-color: rgb(70,143,137); }

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

border-color css

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

 span { border-color: rgb(70,143,137); }

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