Html Css Color HEX #4299AD Boston Blue

📋 copy color: '#4299AD'

red 66 ◦ green 153 ◦ blue 173

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

Shades of Boston Blue #4299AD

Tints of Boston Blue #4299AD

RGB

 RED value IS 66 (26.17% from 255) = 16.84%

 GREEN value IS 153 (60.16% from 255) = 39.03%

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

R = 16.84%
G = 39.03%
B = 44.13%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4299AD (or 0x4299AD) is known color: Boston Blue. HEX triplet: 42, 99 and AD. RGB value is (66,153,173). Sum of RGB (Red+Green+Blue) = 66+153+173=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #4299AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299AD is #BD6652. Grayscale: #818181. Windows color (decimal): -12412499 or 11376962. OLE color: 11376962.

HSL color Cylindrical-coordinate representation of color #4299AD: hue angle of 191.21º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4299AD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 153 173 -
CMYK 0.62 0.12 0 0.32
HSL 191.22º 0.45% 0.47% -
HSV(B) 191.22º 0.62% 0.68% -
XYZ 21.18 26.96 43.62 -
YUV 129.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 66 153 173 0.62 0.12 0 0.32 191.22 0.45 0.47
Hex 42 99 AD 3E C 0 20 BF 2D 2F
Octal 102 231 255 76 14 0 40 277 55 57
Binary 1000010 10011001 10101101 111110 1100 0 100000 10111111 101101 101111

Color Harmonies of #4299AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299AD

Black with #4299AD

Text Example


Text Example

White with #4299AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,153,173); }

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

background-color css

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

 a { background-color: rgb(66,153,173); }

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

border-color css

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

 span { border-color: rgb(66,153,173); }

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