Html Css Color HEX #448B7A Lochinvar

📋 copy color: '#448B7A'

red 68 ◦ green 139 ◦ blue 122

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

Shades of Lochinvar #448B7A

Tints of Lochinvar #448B7A

RGB

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

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

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

R = 20.67%
G = 42.25%
B = 37.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#448B7A (or 0x448B7A) is known color: Lochinvar. HEX triplet: 44, 8B and 7A. RGB value is (68,139,122). Sum of RGB (Red+Green+Blue) = 68+139+122=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #448B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B7A is #BB7485. Grayscale: #737373. Windows color (decimal): -12285062 or 8031044. OLE color: 8031044.

HSL color Cylindrical-coordinate representation of color #448B7A: hue angle of 165.63º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B7A is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 122 -
CMYK 0.51 0 0.12 0.45
HSL 165.63º 0.34% 0.41% -
HSV(B) 165.63º 0.51% 0.55% -
XYZ 15.13 21.1 21.69 -
YUV 115.83 131.48 93.88 -
System Red Green Blue C M Y K H S L
Decimal 68 139 122 0.51 0 0.12 0.45 165.63 0.34 0.41
Hex 44 8B 7A 33 0 C 2D A6 22 29
Octal 104 213 172 63 0 14 55 246 42 51
Binary 1000100 10001011 1111010 110011 0 1100 101101 10100110 100010 101001

Color Harmonies of #448B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B7A

Black with #448B7A

Text Example


Text Example

White with #448B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,122); }

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

background-color css

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

 a { background-color: rgb(68,139,122); }

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

border-color css

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

 span { border-color: rgb(68,139,122); }

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