Html Css Color HEX #4F93AB Boston Blue

📋 copy color: '#4F93AB'

red 79 ◦ green 147 ◦ blue 171

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

Shades of Boston Blue #4F93AB

Tints of Boston Blue #4F93AB

RGB

 RED value IS 79 (31.25% from 255) = 19.9%

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 19.9%
G = 37.03%
B = 43.07%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F93AB (or 0x4F93AB) is known color: Boston Blue. HEX triplet: 4F, 93 and AB. RGB value is (79,147,171). Sum of RGB (Red+Green+Blue) = 79+147+171=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F93AB is #B06C54. Grayscale: #818181. Windows color (decimal): -11562069 or 11244367. OLE color: 11244367.

HSL color Cylindrical-coordinate representation of color #4F93AB: hue angle of 195.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F93AB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 147 171 -
CMYK 0.54 0.14 0 0.33
HSL 195.65º 0.37% 0.49% -
HSV(B) 195.65º 0.54% 0.67% -
XYZ 21.01 25.47 42.34 -
YUV 129.4 151.47 92.05 -
System Red Green Blue C M Y K H S L
Decimal 79 147 171 0.54 0.14 0 0.33 195.65 0.37 0.49
Hex 4F 93 AB 36 E 0 21 C4 25 31
Octal 117 223 253 66 16 0 41 304 45 61
Binary 1001111 10010011 10101011 110110 1110 0 100001 11000100 100101 110001

Color Harmonies of #4F93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F93AB

Black with #4F93AB

Text Example


Text Example

White with #4F93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F93AB; }

 p { color: rgb(79,147,171); }

 H1.HeaderClassName
 {
   color: #4F93AB;
 }
 .AnyTagClassName
 {
   color: #4F93AB;
 }
</style>

background-color css

<style>
 a { background-color: #4F93AB; }

 a { background-color: rgb(79,147,171); }

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

border-color css

<style>
 span { border-color: #4F93AB; }

 span { border-color: rgb(79,147,171); }

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