Html Css Color HEX #4092AD Boston Blue

📋 copy color: '#4092AD'

red 64 ◦ green 146 ◦ blue 173

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

Shades of Boston Blue #4092AD

Tints of Boston Blue #4092AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 16.71%
G = 38.12%
B = 45.17%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4092AD (or 0x4092AD) is known color: Boston Blue. HEX triplet: 40, 92 and AD. RGB value is (64,146,173). Sum of RGB (Red+Green+Blue) = 64+146+173=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #4092AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092AD is #BF6D52. Grayscale: #7C7C7C. Windows color (decimal): -12545363 or 11375168. OLE color: 11375168.

HSL color Cylindrical-coordinate representation of color #4092AD: hue angle of 194.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4092AD is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 146 173 -
CMYK 0.63 0.16 0 0.32
HSL 194.86º 0.46% 0.46% -
HSV(B) 194.86º 0.63% 0.68% -
XYZ 19.94 24.66 43.25 -
YUV 124.56 155.33 84.8 -
System Red Green Blue C M Y K H S L
Decimal 64 146 173 0.63 0.16 0 0.32 194.86 0.46 0.46
Hex 40 92 AD 3F 10 0 20 C3 2E 2E
Octal 100 222 255 77 20 0 40 303 56 56
Binary 1000000 10010010 10101101 111111 10000 0 100000 11000011 101110 101110

Color Harmonies of #4092AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092AD

Black with #4092AD

Text Example


Text Example

White with #4092AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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