Html Css Color HEX #46948D Lochinvar

📋 copy color: '#46948D'

red 70 ◦ green 148 ◦ blue 141

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

Shades of Lochinvar #46948D

Tints of Lochinvar #46948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 19.5%
G = 41.23%
B = 39.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#46948D (or 0x46948D) is known color: Lochinvar. HEX triplet: 46, 94 and 8D. RGB value is (70,148,141). Sum of RGB (Red+Green+Blue) = 70+148+141=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #46948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46948D is #B96B72. Grayscale: #7B7B7B. Windows color (decimal): -12151667 or 9278534. OLE color: 9278534.

HSL color Cylindrical-coordinate representation of color #46948D: hue angle of 174.62º 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 #46948D is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 148 141 -
CMYK 0.53 0 0.05 0.42
HSL 174.62º 0.36% 0.43% -
HSV(B) 174.62º 0.53% 0.58% -
XYZ 17.92 24.4 28.97 -
YUV 123.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 70 148 141 0.53 0 0.05 0.42 174.62 0.36 0.43
Hex 46 94 8D 35 0 5 2A AF 24 2B
Octal 106 224 215 65 0 5 52 257 44 53
Binary 1000110 10010100 10001101 110101 0 101 101010 10101111 100100 101011

Color Harmonies of #46948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46948D

Black with #46948D

Text Example


Text Example

White with #46948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46948D; }

 p { color: rgb(70,148,141); }

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

background-color css

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

 a { background-color: rgb(70,148,141); }

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

border-color css

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

 span { border-color: rgb(70,148,141); }

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