Html Css Color HEX #468880 Lochinvar

📋 copy color: '#468880'

red 70 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #468880

Tints of Lochinvar #468880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 20.96%
G = 40.72%
B = 38.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#468880 (or 0x468880) is known color: Lochinvar. HEX triplet: 46, 88 and 80. RGB value is (70,136,128). Sum of RGB (Red+Green+Blue) = 70+136+128=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #468880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468880 is #B9777F. Grayscale: #737373. Windows color (decimal): -12154752 or 8423494. OLE color: 8423494.

HSL color Cylindrical-coordinate representation of color #468880: hue angle of 172.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468880 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 128 -
CMYK 0.49 0 0.06 0.47
HSL 172.73º 0.32% 0.4% -
HSV(B) 172.73º 0.49% 0.53% -
XYZ 15.23 20.47 23.57 -
YUV 115.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 70 136 128 0.49 0 0.06 0.47 172.73 0.32 0.4
Hex 46 88 80 31 0 6 2F AD 20 28
Octal 106 210 200 61 0 6 57 255 40 50
Binary 1000110 10001000 10000000 110001 0 110 101111 10101101 100000 101000

Color Harmonies of #468880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468880

Black with #468880

Text Example


Text Example

White with #468880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468880; }

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

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

background-color css

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

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

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

border-color css

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

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

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