#488A9B

Color #488A9B Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #488A9B

Tints of Hippie Blue #488A9B

Color information

#488A9B (or 0x488A9B) is unknown color: approx Hippie Blue. HEX triplet: 48, 8A and 9B. RGB value is (72,138,155). Sum of RGB (Red+Green+Blue) = 72+138+155=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #488A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A9B is #B77564. Grayscale: #787878. Windows color (decimal): -12023141 or 10193480. OLE color: 10193480.

HSL color Cylindrical-coordinate representation of color #488A9B: hue angle of 192.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #488A9B is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72138155-
CMYK0.540.1100.39
HSL192.29º36.56%44.51%-
HSV(B)192.29º53.55%60.78%-
XYZ17.6821.9234.31-
YUV120.2147.6393.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=19.73%
G=37.81%
B=42.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721381550.540.1100.39192.2936.5644.51
Hex488A9B36B027c0252d
Octal11021223366130473004555
Binary100100010001010100110111101101011010011111000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #488A9B;
 }
 .AnyTagClassName
 {
   color: #488A9B;
 }
</style>
background-color css

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

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

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

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

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

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