#4c93af

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

Shades of Boston Blue #4C93AF

Tints of Boston Blue #4C93AF

Color information

#4C93AF (or 0x4C93AF) is unknown color: approx Boston Blue. HEX triplet: 4C, 93 and AF. RGB value is (76,147,175). Sum of RGB (Red+Green+Blue) = 76+147+175=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C93AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C93AF is #B36C50. Grayscale: #808080. Windows color (decimal): -11758673 or 11506508. OLE color: 11506508.

HSL color Cylindrical-coordinate representation of color #4C93AF: hue angle of 196.97º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C93AF is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76147175-
CMYK0.570.1600.31
HSL196.97º39.44%49.22%-
HSV(B)196.97º56.57%68.63%-
XYZ21.1525.544.36-
YUV128.96153.9890.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.10%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=19.10%
G=36.93%
B=43.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761471750.570.1600.31196.9739.4449.22
Hex4C93AF391001Fc52731
Octal11422325771200373054761
Binary100110010010011101011111110011000001111111000101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c93af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,175); }

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

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

 a { background-color: rgb(76,147,175); }

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

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

 span { border-color: rgb(76,147,175); }

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