Html Css Color HEX #478CAB Boston Blue

📋 copy color: '#478CAB'

red 71 ◦ green 140 ◦ blue 171

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

Shades of Boston Blue #478CAB

Tints of Boston Blue #478CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 18.59%
G = 36.65%
B = 44.76%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#478CAB (or 0x478CAB) is known color: Boston Blue. HEX triplet: 47, 8C and AB. RGB value is (71,140,171). Sum of RGB (Red+Green+Blue) = 71+140+171=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #478CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478CAB is #B87354. Grayscale: #7A7A7A. Windows color (decimal): -12088149 or 11242567. OLE color: 11242567.

HSL color Cylindrical-coordinate representation of color #478CAB: hue angle of 198.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478CAB is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 140 171 -
CMYK 0.58 0.18 0 0.33
HSL 198.6º 0.41% 0.47% -
HSV(B) 198.6º 0.58% 0.67% -
XYZ 19.33 23.04 41.96 -
YUV 122.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 71 140 171 0.58 0.18 0 0.33 198.6 0.41 0.47
Hex 47 8C AB 3A 12 0 21 C7 29 2F
Octal 107 214 253 72 22 0 41 307 51 57
Binary 1000111 10001100 10101011 111010 10010 0 100001 11000111 101001 101111

Color Harmonies of #478CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478CAB

Black with #478CAB

Text Example


Text Example

White with #478CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,140,171); }

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

background-color css

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

 a { background-color: rgb(71,140,171); }

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

border-color css

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

 span { border-color: rgb(71,140,171); }

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