#4B8298

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

Shades of Hippie Blue #4B8298

Tints of Hippie Blue #4B8298

Color information

#4B8298 (or 0x4B8298) is unknown color: approx Hippie Blue. HEX triplet: 4B, 82 and 98. RGB value is (75,130,152). Sum of RGB (Red+Green+Blue) = 75+130+152=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B8298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8298 is #B47D67. Grayscale: #737373. Windows color (decimal): -11828584 or 9994827. OLE color: 9994827.

HSL color Cylindrical-coordinate representation of color #4B8298: hue angle of 197.14º 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 #4B8298 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB75130152-
CMYK0.510.1400.40
HSL197.14º33.92%44.51%-
HSV(B)197.14º50.66%59.61%-
XYZ16.5519.7332.64-
YUV116.06148.2898.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=21.01%
G=36.41%
B=42.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751301520.510.1400.40197.1433.9244.51
Hex4B829833E028c5222d
Octal11320223063160503054255
Binary100101110000010100110001100111110010100011000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,130,152); }

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

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

 a { background-color: rgb(75,130,152); }

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

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

 span { border-color: rgb(75,130,152); }

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