Html Css Color HEX #4299BE Boston Blue

📋 copy color: '#4299BE'

red 66 ◦ green 153 ◦ blue 190

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

Shades of Boston Blue #4299BE

Tints of Boston Blue #4299BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 16.14%
G = 37.41%
B = 46.45%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4299BE (or 0x4299BE) is known color: Boston Blue. HEX triplet: 42, 99 and BE. RGB value is (66,153,190). Sum of RGB (Red+Green+Blue) = 66+153+190=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #4299BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4299BE is #BD6641. Grayscale: #828282. Windows color (decimal): -12412482 or 12491074. OLE color: 12491074.

HSL color Cylindrical-coordinate representation of color #4299BE: hue angle of 197.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4299BE is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 153 190 -
CMYK 0.65 0.19 0 0.25
HSL 197.9º 0.49% 0.5% -
HSV(B) 197.9º 0.65% 0.75% -
XYZ 22.93 27.66 52.85 -
YUV 131.21 161.18 81.49 -
System Red Green Blue C M Y K H S L
Decimal 66 153 190 0.65 0.19 0 0.25 197.9 0.49 0.5
Hex 42 99 BE 41 13 0 19 C6 31 32
Octal 102 231 276 101 23 0 31 306 61 62
Binary 1000010 10011001 10111110 1000001 10011 0 11001 11000110 110001 110010

Color Harmonies of #4299BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299BE

Black with #4299BE

Text Example


Text Example

White with #4299BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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