Html Css Color HEX #4A9BBC Boston Blue

📋 copy color: '#4A9BBC'

red 74 ◦ green 155 ◦ blue 188

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

Shades of Boston Blue #4A9BBC

Tints of Boston Blue #4A9BBC

RGB

 RED value IS 74 (29.3% from 255) = 17.75%

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 17.75%
G = 37.17%
B = 45.08%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A9BBC (or 0x4A9BBC) is known color: Boston Blue. HEX triplet: 4A, 9B and BC. RGB value is (74,155,188). Sum of RGB (Red+Green+Blue) = 74+155+188=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9BBC is #B56443. Grayscale: #868686. Windows color (decimal): -11887684 or 12360522. OLE color: 12360522.

HSL color Cylindrical-coordinate representation of color #4A9BBC: hue angle of 197.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A9BBC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 155 188 -
CMYK 0.61 0.18 0 0.26
HSL 197.37º 0.46% 0.51% -
HSV(B) 197.37º 0.61% 0.74% -
XYZ 23.62 28.53 51.84 -
YUV 134.54 158.16 84.82 -
System Red Green Blue C M Y K H S L
Decimal 74 155 188 0.61 0.18 0 0.26 197.37 0.46 0.51
Hex 4A 9B BC 3D 12 0 1A C5 2E 33
Octal 112 233 274 75 22 0 32 305 56 63
Binary 1001010 10011011 10111100 111101 10010 0 11010 11000101 101110 110011

Color Harmonies of #4A9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9BBC

Black with #4A9BBC

Text Example


Text Example

White with #4A9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,155,188); }

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

background-color css

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

 a { background-color: rgb(74,155,188); }

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

border-color css

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

 span { border-color: rgb(74,155,188); }

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