Html Css Color HEX #4B9B83 Lochinvar

📋 copy color: '#4B9B83'

red 75 ◦ green 155 ◦ blue 131

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

Shades of Lochinvar #4B9B83

Tints of Lochinvar #4B9B83

RGB

 RED value IS 75 (29.69% from 255) = 20.78%

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 20.78%
G = 42.94%
B = 36.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#4B9B83 (or 0x4B9B83) is known color: Lochinvar. HEX triplet: 4B, 9B and 83. RGB value is (75,155,131). Sum of RGB (Red+Green+Blue) = 75+155+131=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #4B9B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9B83 is #B4647C. Grayscale: #808080. Windows color (decimal): -11822205 or 8624971. OLE color: 8624971.

HSL color Cylindrical-coordinate representation of color #4B9B83: hue angle of 162º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B9B83 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 155 131 -
CMYK 0.52 0 0.15 0.39
HSL 162º 0.35% 0.45% -
HSV(B) 162º 0.52% 0.61% -
XYZ 18.72 26.58 25.62 -
YUV 128.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 75 155 131 0.52 0 0.15 0.39 162 0.35 0.45
Hex 4B 9B 83 34 0 F 27 A2 23 2D
Octal 113 233 203 64 0 17 47 242 43 55
Binary 1001011 10011011 10000011 110100 0 1111 100111 10100010 100011 101101

Color Harmonies of #4B9B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9B83

Black with #4B9B83

Text Example


Text Example

White with #4B9B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B9B83; }

 p { color: rgb(75,155,131); }

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

background-color css

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

 a { background-color: rgb(75,155,131); }

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

border-color css

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

 span { border-color: rgb(75,155,131); }

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