#488A9D

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

Shades of Hippie Blue #488A9D

Tints of Hippie Blue #488A9D

Color information

#488A9D (or 0x488A9D) is unknown color: approx Hippie Blue. HEX triplet: 48, 8A and 9D. RGB value is (72,138,157). Sum of RGB (Red+Green+Blue) = 72+138+157=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #488A9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488A9D is #B77562. Grayscale: #787878. Windows color (decimal): -12023139 or 10324552. OLE color: 10324552.

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

Color convert

RGB72138157-
CMYK0.540.1200.38
HSL193.41º37.12%44.9%-
HSV(B)193.41º54.14%61.57%-
XYZ17.8521.9935.2-
YUV120.43148.6393.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=19.62%
G=37.60%
B=42.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721381570.540.1200.38193.4137.1244.9
Hex488A9D36C026c1252d
Octal11021223566140463014555
Binary100100010001010100111011101101100010011011000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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