#4B809A

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

Shades of Hippie Blue #4B809A

Tints of Hippie Blue #4B809A

Color information

#4B809A (or 0x4B809A) is unknown color: approx Hippie Blue. HEX triplet: 4B, 80 and 9A. RGB value is (75,128,154). Sum of RGB (Red+Green+Blue) = 75+128+154=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B809A is #B47F65. Grayscale: #727272. Windows color (decimal): -11829094 or 10125387. OLE color: 10125387.

HSL color Cylindrical-coordinate representation of color #4B809A: hue angle of 199.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B809A is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75128154-
CMYK0.510.1700.40
HSL199.75º34.5%44.9%-
HSV(B)199.75º51.3%60.39%-
XYZ16.4519.2733.42-
YUV115.12149.9499.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=21.01%
G=35.85%
B=43.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751281540.510.1700.40199.7534.544.9
Hex4B809A3311028c8222d
Octal11320023263210503104255
Binary1001011100000001001101011001110001010100011001000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,154); }

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

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

 a { background-color: rgb(75,128,154); }

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

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

 span { border-color: rgb(75,128,154); }

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