Html Css Color HEX #4091AC Boston Blue

📋 copy color: '#4091AC'

red 64 ◦ green 145 ◦ blue 172

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

Shades of Boston Blue #4091AC

Tints of Boston Blue #4091AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 16.8%
G = 38.06%
B = 45.14%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4091AC (or 0x4091AC) is known color: Boston Blue. HEX triplet: 40, 91 and AC. RGB value is (64,145,172). Sum of RGB (Red+Green+Blue) = 64+145+172=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #4091AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4091AC is #BF6E53. Grayscale: #7B7B7B. Windows color (decimal): -12545620 or 11309376. OLE color: 11309376.

HSL color Cylindrical-coordinate representation of color #4091AC: hue angle of 195º 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 #4091AC is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 145 172 -
CMYK 0.63 0.16 0 0.33
HSL 195º 0.46% 0.46% -
HSV(B) 195º 0.63% 0.67% -
XYZ 19.69 24.32 42.69 -
YUV 123.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 64 145 172 0.63 0.16 0 0.33 195 0.46 0.46
Hex 40 91 AC 3F 10 0 21 C3 2E 2E
Octal 100 221 254 77 20 0 41 303 56 56
Binary 1000000 10010001 10101100 111111 10000 0 100001 11000011 101110 101110

Color Harmonies of #4091AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4091AC

Black with #4091AC

Text Example


Text Example

White with #4091AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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