Html Css Color HEX #4083AA Boston Blue

📋 copy color: '#4083AA'

red 64 ◦ green 131 ◦ blue 170

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

Shades of Boston Blue #4083AA

Tints of Boston Blue #4083AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 17.53%
G = 35.89%
B = 46.58%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4083AA (or 0x4083AA) is known color: Boston Blue. HEX triplet: 40, 83 and AA. RGB value is (64,131,170). Sum of RGB (Red+Green+Blue) = 64+131+170=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #4083AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4083AA is #BF7C55. Grayscale: #737373. Windows color (decimal): -12549206 or 11174720. OLE color: 11174720.

HSL color Cylindrical-coordinate representation of color #4083AA: hue angle of 202.08º 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 #4083AA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 131 170 -
CMYK 0.62 0.23 0 0.33
HSL 202.08º 0.45% 0.46% -
HSV(B) 202.08º 0.62% 0.67% -
XYZ 17.49 20.22 41.01 -
YUV 115.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 64 131 170 0.62 0.23 0 0.33 202.08 0.45 0.46
Hex 40 83 AA 3E 17 0 21 CA 2D 2E
Octal 100 203 252 76 27 0 41 312 55 56
Binary 1000000 10000011 10101010 111110 10111 0 100001 11001010 101101 101110

Color Harmonies of #4083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083AA

Black with #4083AA

Text Example


Text Example

White with #4083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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