Html Css Color HEX #469885 Lochinvar

📋 copy color: '#469885'

red 70 ◦ green 152 ◦ blue 133

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

Shades of Lochinvar #469885

Tints of Lochinvar #469885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 19.72%
G = 42.82%
B = 37.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#469885 (or 0x469885) is known color: Lochinvar. HEX triplet: 46, 98 and 85. RGB value is (70,152,133). Sum of RGB (Red+Green+Blue) = 70+152+133=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #469885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469885 is #B9677A. Grayscale: #7D7D7D. Windows color (decimal): -12150651 or 8755270. OLE color: 8755270.

HSL color Cylindrical-coordinate representation of color #469885: hue angle of 166.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469885 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 133 -
CMYK 0.54 0 0.13 0.40
HSL 166.1º 0.37% 0.44% -
HSV(B) 166.1º 0.54% 0.6% -
XYZ 17.99 25.45 26.15 -
YUV 125.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 70 152 133 0.54 0 0.13 0.40 166.1 0.37 0.44
Hex 46 98 85 36 0 D 28 A6 25 2C
Octal 106 230 205 66 0 15 50 246 45 54
Binary 1000110 10011000 10000101 110110 0 1101 101000 10100110 100101 101100

Color Harmonies of #469885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469885

Black with #469885

Text Example


Text Example

White with #469885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469885; }

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

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

background-color css

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

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

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

border-color css

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

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

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