Html Css Color HEX #448B83 Lochinvar

📋 copy color: '#448B83'

red 68 ◦ green 139 ◦ blue 131

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

Shades of Lochinvar #448B83

Tints of Lochinvar #448B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.76%

R = 20.12%
G = 41.12%
B = 38.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#448B83 (or 0x448B83) is known color: Lochinvar. HEX triplet: 44, 8B and 83. RGB value is (68,139,131). Sum of RGB (Red+Green+Blue) = 68+139+131=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #448B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B83 is #BB747C. Grayscale: #747474. Windows color (decimal): -12285053 or 8620868. OLE color: 8620868.

HSL color Cylindrical-coordinate representation of color #448B83: hue angle of 173.24º 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 #448B83 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 139 131 -
CMYK 0.51 0 0.06 0.45
HSL 173.24º 0.34% 0.41% -
HSV(B) 173.24º 0.51% 0.55% -
XYZ 15.71 21.33 24.76 -
YUV 116.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 68 139 131 0.51 0 0.06 0.45 173.24 0.34 0.41
Hex 44 8B 83 33 0 6 2D AD 22 29
Octal 104 213 203 63 0 6 55 255 42 51
Binary 1000100 10001011 10000011 110011 0 110 101101 10101101 100010 101001

Color Harmonies of #448B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448B83

Black with #448B83

Text Example


Text Example

White with #448B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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