Html Css Color HEX #488A7B Lochinvar

📋 copy color: '#488A7B'

red 72 ◦ green 138 ◦ blue 123

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

Shades of Lochinvar #488A7B

Tints of Lochinvar #488A7B

RGB

 RED value IS 72 (28.52% from 255) = 21.62%

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 21.62%
G = 41.44%
B = 36.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#488A7B (or 0x488A7B) is known color: Lochinvar. HEX triplet: 48, 8A and 7B. RGB value is (72,138,123). Sum of RGB (Red+Green+Blue) = 72+138+123=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #488A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A7B is #B77584. Grayscale: #747474. Windows color (decimal): -12023173 or 8096328. OLE color: 8096328.

HSL color Cylindrical-coordinate representation of color #488A7B: hue angle of 166.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A7B is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 138 123 -
CMYK 0.48 0 0.11 0.46
HSL 166.36º 0.31% 0.41% -
HSV(B) 166.36º 0.48% 0.54% -
XYZ 15.34 20.98 21.98 -
YUV 116.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 72 138 123 0.48 0 0.11 0.46 166.36 0.31 0.41
Hex 48 8A 7B 30 0 B 2E A6 1F 29
Octal 110 212 173 60 0 13 56 246 37 51
Binary 1001000 10001010 1111011 110000 0 1011 101110 10100110 11111 101001

Color Harmonies of #488A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488A7B

Black with #488A7B

Text Example


Text Example

White with #488A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488A7B; }

 p { color: rgb(72,138,123); }

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

background-color css

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

 a { background-color: rgb(72,138,123); }

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

border-color css

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

 span { border-color: rgb(72,138,123); }

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