Html Css Color HEX #4B99AA Boston Blue

📋 copy color: '#4B99AA'

red 75 ◦ green 153 ◦ blue 170

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

Shades of Boston Blue #4B99AA

Tints of Boston Blue #4B99AA

RGB

 RED value IS 75 (29.69% from 255) = 18.84%

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 18.84%
G = 38.44%
B = 42.71%

CMYK

 C value IS 0.56

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B99AA (or 0x4B99AA) is known color: Boston Blue. HEX triplet: 4B, 99 and AA. RGB value is (75,153,170). Sum of RGB (Red+Green+Blue) = 75+153+170=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B99AA is #B46655. Grayscale: #838383. Windows color (decimal): -11822678 or 11180363. OLE color: 11180363.

HSL color Cylindrical-coordinate representation of color #4B99AA: hue angle of 190.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B99AA is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 153 170 -
CMYK 0.56 0.1 0 0.33
HSL 190.74º 0.39% 0.48% -
HSV(B) 190.74º 0.56% 0.67% -
XYZ 21.55 27.18 42.14 -
YUV 131.62 149.66 87.62 -
System Red Green Blue C M Y K H S L
Decimal 75 153 170 0.56 0.1 0 0.33 190.74 0.39 0.48
Hex 4B 99 AA 38 A 0 21 BF 27 30
Octal 113 231 252 70 12 0 41 277 47 60
Binary 1001011 10011001 10101010 111000 1010 0 100001 10111111 100111 110000

Color Harmonies of #4B99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B99AA

Black with #4B99AA

Text Example


Text Example

White with #4B99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,153,170); }

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

background-color css

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

 a { background-color: rgb(75,153,170); }

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

border-color css

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

 span { border-color: rgb(75,153,170); }

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