#4B909A

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

Shades of Hippie Blue #4B909A

Tints of Hippie Blue #4B909A

Color information

#4B909A (or 0x4B909A) is unknown color: approx Hippie Blue. HEX triplet: 4B, 90 and 9A. RGB value is (75,144,154). Sum of RGB (Red+Green+Blue) = 75+144+154=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B909A is #B46F65. Grayscale: #7C7C7C. Windows color (decimal): -11824998 or 10129483. OLE color: 10129483.

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

Color convert

RGB75144154-
CMYK0.510.0600.40
HSL187.59º34.5%44.9%-
HSV(B)187.59º51.3%60.39%-
XYZ18.7123.7834.17-
YUV124.51144.6492.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=20.11%
G=38.61%
B=41.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751441540.510.0600.40187.5934.544.9
Hex4B909A336028bc222d
Octal1132202326360502744255
Binary10010111001000010011010110011110010100010111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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