Html Css Color HEX #468881 Lochinvar

📋 copy color: '#468881'

red 70 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #468881

Tints of Lochinvar #468881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.51%

R = 20.9%
G = 40.6%
B = 38.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#468881 (or 0x468881) is known color: Lochinvar. HEX triplet: 46, 88 and 81. RGB value is (70,136,129). Sum of RGB (Red+Green+Blue) = 70+136+129=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #468881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468881 is #B9777E. Grayscale: #737373. Windows color (decimal): -12154751 or 8489030. OLE color: 8489030.

HSL color Cylindrical-coordinate representation of color #468881: hue angle of 173.64º 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 #468881 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 129 -
CMYK 0.49 0 0.05 0.47
HSL 173.64º 0.32% 0.4% -
HSV(B) 173.64º 0.49% 0.53% -
XYZ 15.29 20.5 23.92 -
YUV 115.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 70 136 129 0.49 0 0.05 0.47 173.64 0.32 0.4
Hex 46 88 81 31 0 5 2F AE 20 28
Octal 106 210 201 61 0 5 57 256 40 50
Binary 1000110 10001000 10000001 110001 0 101 101111 10101110 100000 101000

Color Harmonies of #468881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468881

Black with #468881

Text Example


Text Example

White with #468881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468881; }

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

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

background-color css

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

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

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

border-color css

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

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

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