Html Css Color HEX #4B90A7 Boston Blue

📋 copy color: '#4B90A7'

red 75 ◦ green 144 ◦ blue 167

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

Shades of Boston Blue #4B90A7

Tints of Boston Blue #4B90A7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 167 (65.63% from 255) = 43.26%

R = 19.43%
G = 37.31%
B = 43.26%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4B90A7 (or 0x4B90A7) is known color: Boston Blue. HEX triplet: 4B, 90 and A7. RGB value is (75,144,167). Sum of RGB (Red+Green+Blue) = 75+144+167=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 167 - color contains mainly: blue. Hex color #4B90A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B90A7 is #B46F58. Grayscale: #7D7D7D. Windows color (decimal): -11824985 or 10981451. OLE color: 10981451.

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

Color convert

RGB 75 144 167 -
CMYK 0.55 0.14 0 0.35
HSL 195º 0.38% 0.47% -
HSV(B) 195º 0.55% 0.65% -
XYZ 19.85 24.23 40.19 -
YUV 125.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 75 144 167 0.55 0.14 0 0.35 195 0.38 0.47
Hex 4B 90 A7 37 E 0 23 C3 26 2F
Octal 113 220 247 67 16 0 43 303 46 57
Binary 1001011 10010000 10100111 110111 1110 0 100011 11000011 100110 101111

Color Harmonies of #4B90A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B90A7

Black with #4B90A7

Text Example


Text Example

White with #4B90A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,144,167); }

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

background-color css

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

 a { background-color: rgb(75,144,167); }

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

border-color css

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

 span { border-color: rgb(75,144,167); }

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