Html Css Color HEX #478BB3 Boston Blue

📋 copy color: '#478BB3'

red 71 ◦ green 139 ◦ blue 179

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

Shades of Boston Blue #478BB3

Tints of Boston Blue #478BB3

RGB

 RED value IS 71 (28.13% from 255) = 18.25%

 GREEN value IS 139 (54.69% from 255) = 35.73%

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 18.25%
G = 35.73%
B = 46.02%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#478BB3 (or 0x478BB3) is known color: Boston Blue. HEX triplet: 47, 8B and B3. RGB value is (71,139,179). Sum of RGB (Red+Green+Blue) = 71+139+179=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #478BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BB3 is #B8744C. Grayscale: #7A7A7A. Windows color (decimal): -12088397 or 11766599. OLE color: 11766599.

HSL color Cylindrical-coordinate representation of color #478BB3: hue angle of 202.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478BB3 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 71 139 179 -
CMYK 0.60 0.22 0 0.30
HSL 202.22º 0.43% 0.49% -
HSV(B) 202.22º 0.6% 0.7% -
XYZ 19.97 23.06 46.05 -
YUV 123.23 159.47 90.75 -
System Red Green Blue C M Y K H S L
Decimal 71 139 179 0.60 0.22 0 0.30 202.22 0.43 0.49
Hex 47 8B B3 3C 16 0 1E CA 2B 31
Octal 107 213 263 74 26 0 36 312 53 61
Binary 1000111 10001011 10110011 111100 10110 0 11110 11001010 101011 110001

Color Harmonies of #478BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BB3

Black with #478BB3

Text Example


Text Example

White with #478BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478BB3; }

 p { color: rgb(71,139,179); }

 H1.HeaderClassName
 {
   color: #478BB3;
 }
 .AnyTagClassName
 {
   color: #478BB3;
 }
</style>

background-color css

<style>
 a { background-color: #478BB3; }

 a { background-color: rgb(71,139,179); }

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

border-color css

<style>
 span { border-color: #478BB3; }

 span { border-color: rgb(71,139,179); }

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