Html Css Color HEX #4299BF Boston Blue

📋 copy color: '#4299BF'

red 66 ◦ green 153 ◦ blue 191

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

Shades of Boston Blue #4299BF

Tints of Boston Blue #4299BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 16.1%
G = 37.32%
B = 46.59%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4299BF (or 0x4299BF) is known color: Boston Blue. HEX triplet: 42, 99 and BF. RGB value is (66,153,191). Sum of RGB (Red+Green+Blue) = 66+153+191=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #4299BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4299BF is #BD6640. Grayscale: #838383. Windows color (decimal): -12412481 or 12556610. OLE color: 12556610.

HSL color Cylindrical-coordinate representation of color #4299BF: hue angle of 198.24º 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 #4299BF is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 153 191 -
CMYK 0.65 0.20 0 0.25
HSL 198.24º 0.49% 0.5% -
HSV(B) 198.24º 0.65% 0.75% -
XYZ 23.04 27.7 53.42 -
YUV 131.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 66 153 191 0.65 0.20 0 0.25 198.24 0.49 0.5
Hex 42 99 BF 41 14 0 19 C6 31 32
Octal 102 231 277 101 24 0 31 306 61 62
Binary 1000010 10011001 10111111 1000001 10100 0 11001 11000110 110001 110010

Color Harmonies of #4299BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299BF

Black with #4299BF

Text Example


Text Example

White with #4299BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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