Html Css Color HEX #4F96AF Boston Blue

📋 copy color: '#4F96AF'

red 79 ◦ green 150 ◦ blue 175

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

Shades of Boston Blue #4F96AF

Tints of Boston Blue #4F96AF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 19.55%
G = 37.13%
B = 43.32%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F96AF (or 0x4F96AF) is known color: Boston Blue. HEX triplet: 4F, 96 and AF. RGB value is (79,150,175). Sum of RGB (Red+Green+Blue) = 79+150+175=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F96AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F96AF is #B06950. Grayscale: #838383. Windows color (decimal): -11561297 or 11507279. OLE color: 11507279.

HSL color Cylindrical-coordinate representation of color #4F96AF: hue angle of 195.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F96AF is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 150 175 -
CMYK 0.55 0.14 0 0.31
HSL 195.63º 0.38% 0.5% -
HSV(B) 195.63º 0.55% 0.69% -
XYZ 21.87 26.57 44.53 -
YUV 131.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 79 150 175 0.55 0.14 0 0.31 195.63 0.38 0.5
Hex 4F 96 AF 37 E 0 1F C4 26 32
Octal 117 226 257 67 16 0 37 304 46 62
Binary 1001111 10010110 10101111 110111 1110 0 11111 11000100 100110 110010

Color Harmonies of #4F96AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F96AF

Black with #4F96AF

Text Example


Text Example

White with #4F96AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,175); }

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

background-color css

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

 a { background-color: rgb(79,150,175); }

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

border-color css

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

 span { border-color: rgb(79,150,175); }

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