Html Css Color HEX #4090AC Boston Blue

📋 copy color: '#4090AC'

red 64 ◦ green 144 ◦ blue 172

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

Shades of Boston Blue #4090AC

Tints of Boston Blue #4090AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 16.84%
G = 37.89%
B = 45.26%

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

#4090AC (or 0x4090AC) is known color: Boston Blue. HEX triplet: 40, 90 and AC. RGB value is (64,144,172). Sum of RGB (Red+Green+Blue) = 64+144+172=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #4090AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4090AC is #BF6F53. Grayscale: #7B7B7B. Windows color (decimal): -12545876 or 11309120. OLE color: 11309120.

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

Color convert

RGB 64 144 172 -
CMYK 0.63 0.16 0 0.33
HSL 195.56º 0.46% 0.46% -
HSV(B) 195.56º 0.63% 0.67% -
XYZ 19.53 24.02 42.64 -
YUV 123.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 64 144 172 0.63 0.16 0 0.33 195.56 0.46 0.46
Hex 40 90 AC 3F 10 0 21 C4 2E 2E
Octal 100 220 254 77 20 0 41 304 56 56
Binary 1000000 10010000 10101100 111111 10000 0 100001 11000100 101110 101110

Color Harmonies of #4090AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4090AC

Black with #4090AC

Text Example


Text Example

White with #4090AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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