Html Css Color HEX #46968C Lochinvar

📋 copy color: '#46968C'

red 70 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #46968C

Tints of Lochinvar #46968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.67%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 19.44%
G = 41.67%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#46968C (or 0x46968C) is known color: Lochinvar. HEX triplet: 46, 96 and 8C. RGB value is (70,150,140). Sum of RGB (Red+Green+Blue) = 70+150+140=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #46968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46968C is #B96973. Grayscale: #7C7C7C. Windows color (decimal): -12151156 or 9213510. OLE color: 9213510.

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

Color convert

RGB 70 150 140 -
CMYK 0.53 0 0.07 0.41
HSL 172.5º 0.36% 0.43% -
HSV(B) 172.5º 0.53% 0.59% -
XYZ 18.17 25.01 28.68 -
YUV 124.94 136.5 88.81 -
System Red Green Blue C M Y K H S L
Decimal 70 150 140 0.53 0 0.07 0.41 172.5 0.36 0.43
Hex 46 96 8C 35 0 7 29 AC 24 2B
Octal 106 226 214 65 0 7 51 254 44 53
Binary 1000110 10010110 10001100 110101 0 111 101001 10101100 100100 101011

Color Harmonies of #46968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46968C

Black with #46968C

Text Example


Text Example

White with #46968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46968C; }

 p { color: rgb(70,150,140); }

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

background-color css

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

 a { background-color: rgb(70,150,140); }

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

border-color css

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

 span { border-color: rgb(70,150,140); }

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