Html Css Color HEX #468C7A Lochinvar

📋 copy color: '#468C7A'

red 70 ◦ green 140 ◦ blue 122

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

Shades of Lochinvar #468C7A

Tints of Lochinvar #468C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.17%

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 21.08%
G = 42.17%
B = 36.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#468C7A (or 0x468C7A) is known color: Lochinvar. HEX triplet: 46, 8C and 7A. RGB value is (70,140,122). Sum of RGB (Red+Green+Blue) = 70+140+122=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #468C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C7A is #B97385. Grayscale: #757575. Windows color (decimal): -12153734 or 8031302. OLE color: 8031302.

HSL color Cylindrical-coordinate representation of color #468C7A: hue angle of 164.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C7A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 122 -
CMYK 0.50 0 0.13 0.45
HSL 164.57º 0.33% 0.41% -
HSV(B) 164.57º 0.5% 0.55% -
XYZ 15.42 21.46 21.74 -
YUV 117.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 70 140 122 0.50 0 0.13 0.45 164.57 0.33 0.41
Hex 46 8C 7A 32 0 D 2D A5 21 29
Octal 106 214 172 62 0 15 55 245 41 51
Binary 1000110 10001100 1111010 110010 0 1101 101101 10100101 100001 101001

Color Harmonies of #468C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C7A

Black with #468C7A

Text Example


Text Example

White with #468C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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