Html Css Color HEX #4082A3 Boston Blue

📋 copy color: '#4082A3'

red 64 ◦ green 130 ◦ blue 163

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

Shades of Boston Blue #4082A3

Tints of Boston Blue #4082A3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 17.93%
G = 36.41%
B = 45.66%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4082A3 (or 0x4082A3) is known color: Boston Blue. HEX triplet: 40, 82 and A3. RGB value is (64,130,163). Sum of RGB (Red+Green+Blue) = 64+130+163=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #4082A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082A3 is #BF7D5C. Grayscale: #717171. Windows color (decimal): -12549469 or 10715712. OLE color: 10715712.

HSL color Cylindrical-coordinate representation of color #4082A3: hue angle of 200º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4082A3 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 130 163 -
CMYK 0.61 0.20 0 0.36
HSL 200º 0.44% 0.45% -
HSV(B) 200º 0.61% 0.64% -
XYZ 16.71 19.7 37.57 -
YUV 114.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 64 130 163 0.61 0.20 0 0.36 200 0.44 0.45
Hex 40 82 A3 3D 14 0 24 C8 2C 2D
Octal 100 202 243 75 24 0 44 310 54 55
Binary 1000000 10000010 10100011 111101 10100 0 100100 11001000 101100 101101

Color Harmonies of #4082A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082A3

Black with #4082A3

Text Example


Text Example

White with #4082A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4082A3; }

 p { color: rgb(64,130,163); }

 H1.HeaderClassName
 {
   color: #4082A3;
 }
 .AnyTagClassName
 {
   color: #4082A3;
 }
</style>

background-color css

<style>
 a { background-color: #4082A3; }

 a { background-color: rgb(64,130,163); }

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

border-color css

<style>
 span { border-color: #4082A3; }

 span { border-color: rgb(64,130,163); }

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