Html Css Color HEX #448E7B Lochinvar

📋 copy color: '#448E7B'

red 68 ◦ green 142 ◦ blue 123

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

Shades of Lochinvar #448E7B

Tints of Lochinvar #448E7B

RGB

 RED value IS 68 (26.95% from 255) = 20.42%

 GREEN value IS 142 (55.86% from 255) = 42.64%

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

R = 20.42%
G = 42.64%
B = 36.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#448E7B (or 0x448E7B) is known color: Lochinvar. HEX triplet: 44, 8E and 7B. RGB value is (68,142,123). Sum of RGB (Red+Green+Blue) = 68+142+123=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #448E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E7B is #BB7184. Grayscale: #757575. Windows color (decimal): -12284293 or 8097348. OLE color: 8097348.

HSL color Cylindrical-coordinate representation of color #448E7B: hue angle of 164.59º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E7B is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 142 123 -
CMYK 0.52 0 0.13 0.44
HSL 164.59º 0.35% 0.41% -
HSV(B) 164.59º 0.52% 0.56% -
XYZ 15.63 22.01 22.16 -
YUV 117.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 68 142 123 0.52 0 0.13 0.44 164.59 0.35 0.41
Hex 44 8E 7B 34 0 D 2C A5 23 29
Octal 104 216 173 64 0 15 54 245 43 51
Binary 1000100 10001110 1111011 110100 0 1101 101100 10100101 100011 101001

Color Harmonies of #448E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E7B

Black with #448E7B

Text Example


Text Example

White with #448E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448E7B; }

 p { color: rgb(68,142,123); }

 H1.HeaderClassName
 {
   color: #448E7B;
 }
 .AnyTagClassName
 {
   color: #448E7B;
 }
</style>

background-color css

<style>
 a { background-color: #448E7B; }

 a { background-color: rgb(68,142,123); }

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

border-color css

<style>
 span { border-color: #448E7B; }

 span { border-color: rgb(68,142,123); }

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