Html Css Color HEX #4294A3 Boston Blue

📋 copy color: '#4294A3'

red 66 ◦ green 148 ◦ blue 163

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

Shades of Boston Blue #4294A3

Tints of Boston Blue #4294A3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 163 (64.06% from 255) = 43.24%

R = 17.51%
G = 39.26%
B = 43.24%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4294A3 (or 0x4294A3) is known color: Boston Blue. HEX triplet: 42, 94 and A3. RGB value is (66,148,163). Sum of RGB (Red+Green+Blue) = 66+148+163=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 163 - color contains mainly: blue. Hex color #4294A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4294A3 is #BD6B5C. Grayscale: #7D7D7D. Windows color (decimal): -12413789 or 10720322. OLE color: 10720322.

HSL color Cylindrical-coordinate representation of color #4294A3: hue angle of 189.28º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4294A3 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 148 163 -
CMYK 0.60 0.09 0 0.36
HSL 189.28º 0.42% 0.45% -
HSV(B) 189.28º 0.6% 0.64% -
XYZ 19.45 24.98 38.45 -
YUV 125.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 66 148 163 0.60 0.09 0 0.36 189.28 0.42 0.45
Hex 42 94 A3 3C 9 0 24 BD 2A 2D
Octal 102 224 243 74 11 0 44 275 52 55
Binary 1000010 10010100 10100011 111100 1001 0 100100 10111101 101010 101101

Color Harmonies of #4294A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4294A3

Black with #4294A3

Text Example


Text Example

White with #4294A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4294A3; }

 p { color: rgb(66,148,163); }

 H1.HeaderClassName
 {
   color: #4294A3;
 }
 .AnyTagClassName
 {
   color: #4294A3;
 }
</style>

background-color css

<style>
 a { background-color: #4294A3; }

 a { background-color: rgb(66,148,163); }

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

border-color css

<style>
 span { border-color: #4294A3; }

 span { border-color: rgb(66,148,163); }

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