Html Css Color HEX #46958A Lochinvar

📋 copy color: '#46958A'

red 70 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #46958A

Tints of Lochinvar #46958A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 19.61%
G = 41.74%
B = 38.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#46958A (or 0x46958A) is known color: Lochinvar. HEX triplet: 46, 95 and 8A. RGB value is (70,149,138). Sum of RGB (Red+Green+Blue) = 70+149+138=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #46958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46958A is #B96A75. Grayscale: #7C7C7C. Windows color (decimal): -12151414 or 9082182. OLE color: 9082182.

HSL color Cylindrical-coordinate representation of color #46958A: hue angle of 171.65º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46958A is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 138 -
CMYK 0.53 0 0.07 0.42
HSL 171.65º 0.36% 0.43% -
HSV(B) 171.65º 0.53% 0.58% -
XYZ 17.86 24.63 27.86 -
YUV 124.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 70 149 138 0.53 0 0.07 0.42 171.65 0.36 0.43
Hex 46 95 8A 35 0 7 2A AC 24 2B
Octal 106 225 212 65 0 7 52 254 44 53
Binary 1000110 10010101 10001010 110101 0 111 101010 10101100 100100 101011

Color Harmonies of #46958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46958A

Black with #46958A

Text Example


Text Example

White with #46958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46958A; }

 p { color: rgb(70,149,138); }

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

background-color css

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

 a { background-color: rgb(70,149,138); }

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

border-color css

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

 span { border-color: rgb(70,149,138); }

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