Html Css Color HEX #4295BD Boston Blue

📋 copy color: '#4295BD'

red 66 ◦ green 149 ◦ blue 189

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

Shades of Boston Blue #4295BD

Tints of Boston Blue #4295BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 16.34%
G = 36.88%
B = 46.78%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4295BD (or 0x4295BD) is known color: Boston Blue. HEX triplet: 42, 95 and BD. RGB value is (66,149,189). Sum of RGB (Red+Green+Blue) = 66+149+189=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #4295BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4295BD is #BD6A42. Grayscale: #808080. Windows color (decimal): -12413507 or 12424514. OLE color: 12424514.

HSL color Cylindrical-coordinate representation of color #4295BD: hue angle of 199.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4295BD is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 149 189 -
CMYK 0.65 0.21 0 0.26
HSL 199.51º 0.48% 0.5% -
HSV(B) 199.51º 0.65% 0.74% -
XYZ 22.18 26.33 52.06 -
YUV 128.74 162 83.25 -
System Red Green Blue C M Y K H S L
Decimal 66 149 189 0.65 0.21 0 0.26 199.51 0.48 0.5
Hex 42 95 BD 41 15 0 1A C8 30 32
Octal 102 225 275 101 25 0 32 310 60 62
Binary 1000010 10010101 10111101 1000001 10101 0 11010 11001000 110000 110010

Color Harmonies of #4295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295BD

Black with #4295BD

Text Example


Text Example

White with #4295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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