#48929A

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

Shades of Hippie Blue #48929A

Tints of Hippie Blue #48929A

Color information

#48929A (or 0x48929A) is unknown color: approx Hippie Blue. HEX triplet: 48, 92 and 9A. RGB value is (72,146,154). Sum of RGB (Red+Green+Blue) = 72+146+154=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #48929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48929A is #B76D65. Grayscale: #7C7C7C. Windows color (decimal): -12021094 or 10129992. OLE color: 10129992.

HSL color Cylindrical-coordinate representation of color #48929A: hue angle of 185.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48929A is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72146154-
CMYK0.530.0500.40
HSL185.85º36.28%44.31%-
HSV(B)185.85º53.25%60.39%-
XYZ18.7824.2734.27-
YUV124.79144.4890.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=19.35%
G=39.25%
B=41.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721461540.530.0500.40185.8536.2844.31
Hex48929A355028ba242c
Octal1102222326550502724454
Binary10010001001001010011010110101101010100010111010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48929A; }

 p { color: rgb(72,146,154); }

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

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

 a { background-color: rgb(72,146,154); }

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

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

 span { border-color: rgb(72,146,154); }

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