Html Css Color HEX #4295AD Boston Blue

📋 copy color: '#4295AD'

red 66 ◦ green 149 ◦ blue 173

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

Shades of Boston Blue #4295AD

Tints of Boston Blue #4295AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 17.01%
G = 38.4%
B = 44.59%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4295AD (or 0x4295AD) is known color: Boston Blue. HEX triplet: 42, 95 and AD. RGB value is (66,149,173). Sum of RGB (Red+Green+Blue) = 66+149+173=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #4295AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4295AD is #BD6A52. Grayscale: #7E7E7E. Windows color (decimal): -12413523 or 11375938. OLE color: 11375938.

HSL color Cylindrical-coordinate representation of color #4295AD: hue angle of 193.46º 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 #4295AD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 149 173 -
CMYK 0.62 0.14 0 0.32
HSL 193.46º 0.45% 0.47% -
HSV(B) 193.46º 0.62% 0.68% -
XYZ 20.54 25.67 43.41 -
YUV 126.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 66 149 173 0.62 0.14 0 0.32 193.46 0.45 0.47
Hex 42 95 AD 3E E 0 20 C1 2D 2F
Octal 102 225 255 76 16 0 40 301 55 57
Binary 1000010 10010101 10101101 111110 1110 0 100000 11000001 101101 101111

Color Harmonies of #4295AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295AD

Black with #4295AD

Text Example


Text Example

White with #4295AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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