Html Css Color HEX #4093AD Boston Blue

📋 copy color: '#4093AD'

red 64 ◦ green 147 ◦ blue 173

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

Shades of Boston Blue #4093AD

Tints of Boston Blue #4093AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 16.67%
G = 38.28%
B = 45.05%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4093AD (or 0x4093AD) is known color: Boston Blue. HEX triplet: 40, 93 and AD. RGB value is (64,147,173). Sum of RGB (Red+Green+Blue) = 64+147+173=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #4093AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4093AD is #BF6C52. Grayscale: #7C7C7C. Windows color (decimal): -12545107 or 11375424. OLE color: 11375424.

HSL color Cylindrical-coordinate representation of color #4093AD: hue angle of 194.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4093AD is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 147 173 -
CMYK 0.63 0.15 0 0.32
HSL 194.31º 0.46% 0.46% -
HSV(B) 194.31º 0.63% 0.68% -
XYZ 20.09 24.97 43.3 -
YUV 125.15 155 84.39 -
System Red Green Blue C M Y K H S L
Decimal 64 147 173 0.63 0.15 0 0.32 194.31 0.46 0.46
Hex 40 93 AD 3F F 0 20 C2 2E 2E
Octal 100 223 255 77 17 0 40 302 56 56
Binary 1000000 10010011 10101101 111111 1111 0 100000 11000010 101110 101110

Color Harmonies of #4093AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4093AD

Black with #4093AD

Text Example


Text Example

White with #4093AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4093AD; }

 p { color: rgb(64,147,173); }

 H1.HeaderClassName
 {
   color: #4093AD;
 }
 .AnyTagClassName
 {
   color: #4093AD;
 }
</style>

background-color css

<style>
 a { background-color: #4093AD; }

 a { background-color: rgb(64,147,173); }

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

border-color css

<style>
 span { border-color: #4093AD; }

 span { border-color: rgb(64,147,173); }

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