Html Css Color HEX #4490AF Boston Blue

📋 copy color: '#4490AF'

red 68 ◦ green 144 ◦ blue 175

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

Shades of Boston Blue #4490AF

Tints of Boston Blue #4490AF

RGB

 RED value IS 68 (26.95% from 255) = 17.57%

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

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

R = 17.57%
G = 37.21%
B = 45.22%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4490AF (or 0x4490AF) is known color: Boston Blue. HEX triplet: 44, 90 and AF. RGB value is (68,144,175). Sum of RGB (Red+Green+Blue) = 68+144+175=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #4490AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490AF is #BB6F50. Grayscale: #7C7C7C. Windows color (decimal): -12283729 or 11505732. OLE color: 11505732.

HSL color Cylindrical-coordinate representation of color #4490AF: hue angle of 197.38º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4490AF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 144 175 -
CMYK 0.61 0.18 0 0.31
HSL 197.38º 0.44% 0.48% -
HSV(B) 197.38º 0.61% 0.69% -
XYZ 20.1 24.27 44.18 -
YUV 124.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 68 144 175 0.61 0.18 0 0.31 197.38 0.44 0.48
Hex 44 90 AF 3D 12 0 1F C5 2C 30
Octal 104 220 257 75 22 0 37 305 54 60
Binary 1000100 10010000 10101111 111101 10010 0 11111 11000101 101100 110000

Color Harmonies of #4490AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4490AF

Black with #4490AF

Text Example


Text Example

White with #4490AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4490AF; }

 p { color: rgb(68,144,175); }

 H1.HeaderClassName
 {
   color: #4490AF;
 }
 .AnyTagClassName
 {
   color: #4490AF;
 }
</style>

background-color css

<style>
 a { background-color: #4490AF; }

 a { background-color: rgb(68,144,175); }

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

border-color css

<style>
 span { border-color: #4490AF; }

 span { border-color: rgb(68,144,175); }

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