Html Css Color HEX #4093BA Boston Blue

📋 copy color: '#4093BA'

red 64 ◦ green 147 ◦ blue 186

#4093BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #4093BA

Tints of Boston Blue #4093BA

RGB

 RED value IS 64 (25.39% from 255) = 16.12%

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 16.12%
G = 37.03%
B = 46.85%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4093BA (or 0x4093BA) is known color: Boston Blue. HEX triplet: 40, 93 and BA. RGB value is (64,147,186). Sum of RGB (Red+Green+Blue) = 64+147+186=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #4093BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4093BA is #BF6C45. Grayscale: #7E7E7E. Windows color (decimal): -12545094 or 12227392. OLE color: 12227392.

HSL color Cylindrical-coordinate representation of color #4093BA: hue angle of 199.18º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4093BA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 147 186 -
CMYK 0.66 0.21 0 0.27
HSL 199.18º 0.49% 0.49% -
HSV(B) 199.18º 0.66% 0.73% -
XYZ 21.41 25.5 50.25 -
YUV 126.63 161.5 83.33 -
System Red Green Blue C M Y K H S L
Decimal 64 147 186 0.66 0.21 0 0.27 199.18 0.49 0.49
Hex 40 93 BA 42 15 0 1B C7 31 31
Octal 100 223 272 102 25 0 33 307 61 61
Binary 1000000 10010011 10111010 1000010 10101 0 11011 11000111 110001 110001

Color Harmonies of #4093BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4093BA

Black with #4093BA

Text Example


Text Example

White with #4093BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4093BA; }

 p { color: rgb(64,147,186); }

 H1.HeaderClassName
 {
   color: #4093BA;
 }
 .AnyTagClassName
 {
   color: #4093BA;
 }
</style>

background-color css

<style>
 a { background-color: #4093BA; }

 a { background-color: rgb(64,147,186); }

 div.DivClassName
 {
   background-color: #4093BA;
 }
 .BgClassName
 {
   background-color: #4093BA;
 }
</style>

border-color css

<style>
 span { border-color: #4093BA; }

 span { border-color: rgb(64,147,186); }

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