Html Css Color HEX #468B87 Lochinvar

📋 copy color: '#468B87'

red 70 ◦ green 139 ◦ blue 135

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

Shades of Lochinvar #468B87

Tints of Lochinvar #468B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 20.35%
G = 40.41%
B = 39.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#468B87 (or 0x468B87) is known color: Lochinvar. HEX triplet: 46, 8B and 87. RGB value is (70,139,135). Sum of RGB (Red+Green+Blue) = 70+139+135=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #468B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B87 is #B97478. Grayscale: #757575. Windows color (decimal): -12153977 or 8883014. OLE color: 8883014.

HSL color Cylindrical-coordinate representation of color #468B87: hue angle of 176.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B87 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 135 -
CMYK 0.50 0 0.03 0.45
HSL 176.52º 0.33% 0.41% -
HSV(B) 176.52º 0.5% 0.55% -
XYZ 16.13 21.52 26.22 -
YUV 117.91 137.64 93.83 -
System Red Green Blue C M Y K H S L
Decimal 70 139 135 0.50 0 0.03 0.45 176.52 0.33 0.41
Hex 46 8B 87 32 0 3 2D B1 21 29
Octal 106 213 207 62 0 3 55 261 41 51
Binary 1000110 10001011 10000111 110010 0 11 101101 10110001 100001 101001

Color Harmonies of #468B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B87

Black with #468B87

Text Example


Text Example

White with #468B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,135); }

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

background-color css

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

 a { background-color: rgb(70,139,135); }

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

border-color css

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

 span { border-color: rgb(70,139,135); }

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