Html Css Color HEX #468B7B Lochinvar

📋 copy color: '#468B7B'

red 70 ◦ green 139 ◦ blue 123

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

Shades of Lochinvar #468B7B

Tints of Lochinvar #468B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 21.08%
G = 41.87%
B = 37.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#468B7B (or 0x468B7B) is known color: Lochinvar. HEX triplet: 46, 8B and 7B. RGB value is (70,139,123). Sum of RGB (Red+Green+Blue) = 70+139+123=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #468B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B7B is #B97484. Grayscale: #747474. Windows color (decimal): -12153989 or 8096582. OLE color: 8096582.

HSL color Cylindrical-coordinate representation of color #468B7B: hue angle of 166.09º 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 #468B7B is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 123 -
CMYK 0.50 0 0.12 0.45
HSL 166.09º 0.33% 0.41% -
HSV(B) 166.09º 0.5% 0.55% -
XYZ 15.33 21.2 22.02 -
YUV 116.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 70 139 123 0.50 0 0.12 0.45 166.09 0.33 0.41
Hex 46 8B 7B 32 0 C 2D A6 21 29
Octal 106 213 173 62 0 14 55 246 41 51
Binary 1000110 10001011 1111011 110010 0 1100 101101 10100110 100001 101001

Color Harmonies of #468B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B7B

Black with #468B7B

Text Example


Text Example

White with #468B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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