#4B93AB

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

Shades of Boston Blue #4B93AB

Tints of Boston Blue #4B93AB

Color information

#4B93AB (or 0x4B93AB) is unknown color: approx Boston Blue. HEX triplet: 4B, 93 and AB. RGB value is (75,147,171). Sum of RGB (Red+Green+Blue) = 75+147+171=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B93AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B93AB is #B46C54. Grayscale: #808080. Windows color (decimal): -11824213 or 11244363. OLE color: 11244363.

HSL color Cylindrical-coordinate representation of color #4B93AB: hue angle of 195º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B93AB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75147171-
CMYK0.560.1400.33
HSL195º39.02%48.24%-
HSV(B)195º56.14%67.06%-
XYZ20.6925.342.32-
YUV128.21152.1590.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=19.08%
G=37.40%
B=43.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751471710.560.1400.3319539.0248.24
Hex4B93AB38E021c32730
Octal11322325370160413034760
Binary100101110010011101010111110001110010000111000011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,147,171); }

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

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

 a { background-color: rgb(75,147,171); }

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

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

 span { border-color: rgb(75,147,171); }

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