Html Css Color HEX #4290B4 Boston Blue

📋 copy color: '#4290B4'

red 66 ◦ green 144 ◦ blue 180

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

Shades of Boston Blue #4290B4

Tints of Boston Blue #4290B4

RGB

 RED value IS 66 (26.17% from 255) = 16.92%

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

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 16.92%
G = 36.92%
B = 46.15%

CMYK

 C value IS 0.63

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4290B4 (or 0x4290B4) is known color: Boston Blue. HEX triplet: 42, 90 and B4. RGB value is (66,144,180). Sum of RGB (Red+Green+Blue) = 66+144+180=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #4290B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290B4 is #BD6F4B. Grayscale: #7C7C7C. Windows color (decimal): -12414796 or 11833410. OLE color: 11833410.

HSL color Cylindrical-coordinate representation of color #4290B4: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4290B4 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 144 180 -
CMYK 0.63 0.2 0 0.29
HSL 198.95º 0.46% 0.48% -
HSV(B) 198.95º 0.63% 0.71% -
XYZ 20.46 24.4 46.81 -
YUV 124.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 66 144 180 0.63 0.2 0 0.29 198.95 0.46 0.48
Hex 42 90 B4 3F 14 0 1D C7 2E 30
Octal 102 220 264 77 24 0 35 307 56 60
Binary 1000010 10010000 10110100 111111 10100 0 11101 11000111 101110 110000

Color Harmonies of #4290B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4290B4

Black with #4290B4

Text Example


Text Example

White with #4290B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4290B4; }

 p { color: rgb(66,144,180); }

 H1.HeaderClassName
 {
   color: #4290B4;
 }
 .AnyTagClassName
 {
   color: #4290B4;
 }
</style>

background-color css

<style>
 a { background-color: #4290B4; }

 a { background-color: rgb(66,144,180); }

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

border-color css

<style>
 span { border-color: #4290B4; }

 span { border-color: rgb(66,144,180); }

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