Html Css Color HEX #4299B2 Boston Blue

📋 copy color: '#4299B2'

red 66 ◦ green 153 ◦ blue 178

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

Shades of Boston Blue #4299B2

Tints of Boston Blue #4299B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.84%

R = 16.62%
G = 38.54%
B = 44.84%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4299B2 (or 0x4299B2) is known color: Boston Blue. HEX triplet: 42, 99 and B2. RGB value is (66,153,178). Sum of RGB (Red+Green+Blue) = 66+153+178=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #4299B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299B2 is #BD664D. Grayscale: #818181. Windows color (decimal): -12412494 or 11704642. OLE color: 11704642.

HSL color Cylindrical-coordinate representation of color #4299B2: hue angle of 193.39º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4299B2 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 153 178 -
CMYK 0.63 0.14 0 0.30
HSL 193.39º 0.46% 0.48% -
HSV(B) 193.39º 0.63% 0.7% -
XYZ 21.67 27.16 46.22 -
YUV 129.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 66 153 178 0.63 0.14 0 0.30 193.39 0.46 0.48
Hex 42 99 B2 3F E 0 1E C1 2E 30
Octal 102 231 262 77 16 0 36 301 56 60
Binary 1000010 10011001 10110010 111111 1110 0 11110 11000001 101110 110000

Color Harmonies of #4299B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299B2

Black with #4299B2

Text Example


Text Example

White with #4299B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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