Html Css Color HEX #4092BA Boston Blue

📋 copy color: '#4092BA'

red 64 ◦ green 146 ◦ blue 186

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

Shades of Boston Blue #4092BA

Tints of Boston Blue #4092BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 16.16%
G = 36.87%
B = 46.97%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4092BA (or 0x4092BA) is known color: Boston Blue. HEX triplet: 40, 92 and BA. RGB value is (64,146,186). Sum of RGB (Red+Green+Blue) = 64+146+186=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4092BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4092BA is #BF6D45. Grayscale: #7D7D7D. Windows color (decimal): -12545350 or 12227136. OLE color: 12227136.

HSL color Cylindrical-coordinate representation of color #4092BA: hue angle of 199.67º 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 #4092BA is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 146 186 -
CMYK 0.66 0.22 0 0.27
HSL 199.67º 0.49% 0.49% -
HSV(B) 199.67º 0.66% 0.73% -
XYZ 21.26 25.19 50.2 -
YUV 126.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 64 146 186 0.66 0.22 0 0.27 199.67 0.49 0.49
Hex 40 92 BA 42 16 0 1B C8 31 31
Octal 100 222 272 102 26 0 33 310 61 61
Binary 1000000 10010010 10111010 1000010 10110 0 11011 11001000 110001 110001

Color Harmonies of #4092BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092BA

Black with #4092BA

Text Example


Text Example

White with #4092BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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