Html Css Color HEX #4092AC Boston Blue

📋 copy color: '#4092AC'

red 64 ◦ green 146 ◦ blue 172

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

Shades of Boston Blue #4092AC

Tints of Boston Blue #4092AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 16.75%
G = 38.22%
B = 45.03%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4092AC (or 0x4092AC) is known color: Boston Blue. HEX triplet: 40, 92 and AC. RGB value is (64,146,172). Sum of RGB (Red+Green+Blue) = 64+146+172=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #4092AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4092AC is #BF6D53. Grayscale: #7C7C7C. Windows color (decimal): -12545364 or 11309632. OLE color: 11309632.

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

Color convert

RGB 64 146 172 -
CMYK 0.63 0.15 0 0.33
HSL 194.44º 0.46% 0.46% -
HSV(B) 194.44º 0.63% 0.67% -
XYZ 19.84 24.63 42.74 -
YUV 124.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 64 146 172 0.63 0.15 0 0.33 194.44 0.46 0.46
Hex 40 92 AC 3F F 0 21 C2 2E 2E
Octal 100 222 254 77 17 0 41 302 56 56
Binary 1000000 10010010 10101100 111111 1111 0 100001 11000010 101110 101110

Color Harmonies of #4092AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4092AC

Black with #4092AC

Text Example


Text Example

White with #4092AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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