#4B8B9C

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

Shades of Hippie Blue #4B8B9C

Tints of Hippie Blue #4B8B9C

Color information

#4B8B9C (or 0x4B8B9C) is unknown color: approx Hippie Blue. HEX triplet: 4B, 8B and 9C. RGB value is (75,139,156). Sum of RGB (Red+Green+Blue) = 75+139+156=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B8B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8B9C is #B47463. Grayscale: #797979. Windows color (decimal): -11826276 or 10259275. OLE color: 10259275.

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

Color convert

RGB75139156-
CMYK0.520.1100.39
HSL192.59º35.06%45.29%-
HSV(B)192.59º51.92%61.18%-
XYZ18.1422.3634.81-
YUV121.8147.394.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=20.27%
G=37.57%
B=42.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751391560.520.1100.39192.5935.0645.29
Hex4B8B9C34B027c1232d
Octal11321323464130473014355
Binary100101110001011100111001101001011010011111000001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,139,156); }

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

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

 a { background-color: rgb(75,139,156); }

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

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

 span { border-color: rgb(75,139,156); }

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