Html Css Color HEX #439483 Lochinvar

📋 copy color: '#439483'

red 67 ◦ green 148 ◦ blue 131

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

Shades of Lochinvar #439483

Tints of Lochinvar #439483

RGB

 RED value IS 67 (26.56% from 255) = 19.36%

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 19.36%
G = 42.77%
B = 37.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#439483 (or 0x439483) is known color: Lochinvar. HEX triplet: 43, 94 and 83. RGB value is (67,148,131). Sum of RGB (Red+Green+Blue) = 67+148+131=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #439483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439483 is #BC6B7C. Grayscale: #797979. Windows color (decimal): -12348285 or 8623171. OLE color: 8623171.

HSL color Cylindrical-coordinate representation of color #439483: hue angle of 167.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #439483 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 148 131 -
CMYK 0.55 0 0.11 0.42
HSL 167.41º 0.38% 0.42% -
HSV(B) 167.41º 0.55% 0.58% -
XYZ 17 24.01 25.21 -
YUV 121.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 67 148 131 0.55 0 0.11 0.42 167.41 0.38 0.42
Hex 43 94 83 37 0 B 2A A7 26 2A
Octal 103 224 203 67 0 13 52 247 46 52
Binary 1000011 10010100 10000011 110111 0 1011 101010 10100111 100110 101010

Color Harmonies of #439483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439483

Black with #439483

Text Example


Text Example

White with #439483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439483; }

 p { color: rgb(67,148,131); }

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

background-color css

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

 a { background-color: rgb(67,148,131); }

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

border-color css

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

 span { border-color: rgb(67,148,131); }

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