Html Css Color HEX #4292AC Boston Blue

📋 copy color: '#4292AC'

red 66 ◦ green 146 ◦ blue 172

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

Shades of Boston Blue #4292AC

Tints of Boston Blue #4292AC

RGB

 RED value IS 66 (26.17% from 255) = 17.19%

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

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

R = 17.19%
G = 38.02%
B = 44.79%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4292AC (or 0x4292AC) is known color: Boston Blue. HEX triplet: 42, 92 and AC. RGB value is (66,146,172). Sum of RGB (Red+Green+Blue) = 66+146+172=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #4292AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4292AC is #BD6D53. Grayscale: #7C7C7C. Windows color (decimal): -12414292 or 11309634. OLE color: 11309634.

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

Color convert

RGB 66 146 172 -
CMYK 0.62 0.15 0 0.33
HSL 194.72º 0.45% 0.47% -
HSV(B) 194.72º 0.62% 0.67% -
XYZ 19.97 24.69 42.74 -
YUV 125.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 66 146 172 0.62 0.15 0 0.33 194.72 0.45 0.47
Hex 42 92 AC 3E F 0 21 C3 2D 2F
Octal 102 222 254 76 17 0 41 303 55 57
Binary 1000010 10010010 10101100 111110 1111 0 100001 11000011 101101 101111

Color Harmonies of #4292AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4292AC

Black with #4292AC

Text Example


Text Example

White with #4292AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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