Html Css Color HEX #4299B1 Boston Blue

📋 copy color: '#4299B1'

red 66 ◦ green 153 ◦ blue 177

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

Shades of Boston Blue #4299B1

Tints of Boston Blue #4299B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.7%

R = 16.67%
G = 38.64%
B = 44.7%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4299B1 (or 0x4299B1) is known color: Boston Blue. HEX triplet: 42, 99 and B1. RGB value is (66,153,177). Sum of RGB (Red+Green+Blue) = 66+153+177=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #4299B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299B1 is #BD664E. Grayscale: #818181. Windows color (decimal): -12412495 or 11639106. OLE color: 11639106.

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

Color convert

RGB 66 153 177 -
CMYK 0.63 0.14 0 0.31
HSL 192.97º 0.46% 0.48% -
HSV(B) 192.97º 0.63% 0.69% -
XYZ 21.57 27.12 45.69 -
YUV 129.72 154.68 82.55 -
System Red Green Blue C M Y K H S L
Decimal 66 153 177 0.63 0.14 0 0.31 192.97 0.46 0.48
Hex 42 99 B1 3F E 0 1F C1 2E 30
Octal 102 231 261 77 16 0 37 301 56 60
Binary 1000010 10011001 10110001 111111 1110 0 11111 11000001 101110 110000

Color Harmonies of #4299B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299B1

Black with #4299B1

Text Example


Text Example

White with #4299B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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