Html Css Color HEX #468C88 Lochinvar

📋 copy color: '#468C88'

red 70 ◦ green 140 ◦ blue 136

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

Shades of Lochinvar #468C88

Tints of Lochinvar #468C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 20.23%
G = 40.46%
B = 39.31%

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

#468C88 (or 0x468C88) is known color: Lochinvar. HEX triplet: 46, 8C and 88. RGB value is (70,140,136). Sum of RGB (Red+Green+Blue) = 70+140+136=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #468C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C88 is #B97377. Grayscale: #767676. Windows color (decimal): -12153720 or 8948806. OLE color: 8948806.

HSL color Cylindrical-coordinate representation of color #468C88: hue angle of 176.57º 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 #468C88 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 136 -
CMYK 0.50 0 0.03 0.45
HSL 176.57º 0.33% 0.41% -
HSV(B) 176.57º 0.5% 0.55% -
XYZ 16.35 21.84 26.65 -
YUV 118.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 70 140 136 0.50 0 0.03 0.45 176.57 0.33 0.41
Hex 46 8C 88 32 0 3 2D B1 21 29
Octal 106 214 210 62 0 3 55 261 41 51
Binary 1000110 10001100 10001000 110010 0 11 101101 10110001 100001 101001

Color Harmonies of #468C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C88

Black with #468C88

Text Example


Text Example

White with #468C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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