Html Css Color HEX #46998B Lochinvar

📋 copy color: '#46998B'

red 70 ◦ green 153 ◦ blue 139

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

Shades of Lochinvar #46998B

Tints of Lochinvar #46998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 139 (54.69% from 255) = 38.4%

R = 19.34%
G = 42.27%
B = 38.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#46998B (or 0x46998B) is known color: Lochinvar. HEX triplet: 46, 99 and 8B. RGB value is (70,153,139). Sum of RGB (Red+Green+Blue) = 70+153+139=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #46998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46998B is #B96674. Grayscale: #7E7E7E. Windows color (decimal): -12150389 or 9148742. OLE color: 9148742.

HSL color Cylindrical-coordinate representation of color #46998B: hue angle of 169.88º 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 #46998B is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 153 139 -
CMYK 0.54 0 0.09 0.4
HSL 169.88º 0.37% 0.44% -
HSV(B) 169.88º 0.54% 0.6% -
XYZ 18.58 25.95 28.46 -
YUV 126.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 70 153 139 0.54 0 0.09 0.4 169.88 0.37 0.44
Hex 46 99 8B 36 0 9 28 AA 25 2C
Octal 106 231 213 66 0 11 50 252 45 54
Binary 1000110 10011001 10001011 110110 0 1001 101000 10101010 100101 101100

Color Harmonies of #46998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46998B

Black with #46998B

Text Example


Text Example

White with #46998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46998B; }

 p { color: rgb(70,153,139); }

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

background-color css

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

 a { background-color: rgb(70,153,139); }

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

border-color css

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

 span { border-color: rgb(70,153,139); }

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