Html Css Color HEX #4092AA Boston Blue

📋 copy color: '#4092AA'

red 64 ◦ green 146 ◦ blue 170

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

Shades of Boston Blue #4092AA

Tints of Boston Blue #4092AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 16.84%
G = 38.42%
B = 44.74%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4092AA (or 0x4092AA) is known color: Boston Blue. HEX triplet: 40, 92 and AA. RGB value is (64,146,170). Sum of RGB (Red+Green+Blue) = 64+146+170=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #4092AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092AA is #BF6D55. Grayscale: #7C7C7C. Windows color (decimal): -12545366 or 11178560. OLE color: 11178560.

HSL color Cylindrical-coordinate representation of color #4092AA: hue angle of 193.58º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4092AA is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 146 170 -
CMYK 0.62 0.14 0 0.33
HSL 193.58º 0.45% 0.46% -
HSV(B) 193.58º 0.62% 0.67% -
XYZ 19.65 24.55 41.73 -
YUV 124.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 64 146 170 0.62 0.14 0 0.33 193.58 0.45 0.46
Hex 40 92 AA 3E E 0 21 C2 2D 2E
Octal 100 222 252 76 16 0 41 302 55 56
Binary 1000000 10010010 10101010 111110 1110 0 100001 11000010 101101 101110

Color Harmonies of #4092AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092AA

Black with #4092AA

Text Example


Text Example

White with #4092AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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