Html Css Color HEX #468580 Lochinvar

📋 copy color: '#468580'

red 70 ◦ green 133 ◦ blue 128

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

Shades of Lochinvar #468580

Tints of Lochinvar #468580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

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

R = 21.15%
G = 40.18%
B = 38.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#468580 (or 0x468580) is known color: Lochinvar. HEX triplet: 46, 85 and 80. RGB value is (70,133,128). Sum of RGB (Red+Green+Blue) = 70+133+128=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #468580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468580 is #B97A7F. Grayscale: #717171. Windows color (decimal): -12155520 or 8422726. OLE color: 8422726.

HSL color Cylindrical-coordinate representation of color #468580: hue angle of 175.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468580 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 128 -
CMYK 0.47 0 0.04 0.48
HSL 175.24º 0.31% 0.4% -
HSV(B) 175.24º 0.47% 0.52% -
XYZ 14.81 19.64 23.43 -
YUV 113.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 70 133 128 0.47 0 0.04 0.48 175.24 0.31 0.4
Hex 46 85 80 2F 0 4 30 AF 1F 28
Octal 106 205 200 57 0 4 60 257 37 50
Binary 1000110 10000101 10000000 101111 0 100 110000 10101111 11111 101000

Color Harmonies of #468580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468580

Black with #468580

Text Example


Text Example

White with #468580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468580; }

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

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

background-color css

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

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

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

border-color css

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

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

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