#4B8F9B

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

Shades of Hippie Blue #4B8F9B

Tints of Hippie Blue #4B8F9B

Color information

#4B8F9B (or 0x4B8F9B) is unknown color: approx Hippie Blue. HEX triplet: 4B, 8F and 9B. RGB value is (75,143,155). Sum of RGB (Red+Green+Blue) = 75+143+155=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B8F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8F9B is #B47064. Grayscale: #7B7B7B. Windows color (decimal): -11825253 or 10194763. OLE color: 10194763.

HSL color Cylindrical-coordinate representation of color #4B8F9B: hue angle of 189º 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 #4B8F9B is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB75143155-
CMYK0.520.0800.39
HSL189º34.78%45.1%-
HSV(B)189º51.61%60.78%-
XYZ18.6423.5134.57-
YUV124.04145.4793.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 155 (60.94% from 255) = 41.55%
R=20.11%
G=38.34%
B=41.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751431550.520.0800.3918934.7845.1
Hex4B8F9B348027bd232d
Octal11321723364100472754355
Binary100101110001111100110111101001000010011110111101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,143,155); }

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

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

 a { background-color: rgb(75,143,155); }

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

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

 span { border-color: rgb(75,143,155); }

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