Html Css Color HEX #4492AF Boston Blue

📋 copy color: '#4492AF'

red 68 ◦ green 146 ◦ blue 175

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

Shades of Boston Blue #4492AF

Tints of Boston Blue #4492AF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 17.48%
G = 37.53%
B = 44.99%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4492AF (or 0x4492AF) is known color: Boston Blue. HEX triplet: 44, 92 and AF. RGB value is (68,146,175). Sum of RGB (Red+Green+Blue) = 68+146+175=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #4492AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4492AF is #BB6D50. Grayscale: #7D7D7D. Windows color (decimal): -12283217 or 11506244. OLE color: 11506244.

HSL color Cylindrical-coordinate representation of color #4492AF: hue angle of 196.26º 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 #4492AF is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 146 175 -
CMYK 0.61 0.17 0 0.31
HSL 196.26º 0.44% 0.48% -
HSV(B) 196.26º 0.61% 0.69% -
XYZ 20.4 24.88 44.28 -
YUV 125.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 68 146 175 0.61 0.17 0 0.31 196.26 0.44 0.48
Hex 44 92 AF 3D 11 0 1F C4 2C 30
Octal 104 222 257 75 21 0 37 304 54 60
Binary 1000100 10010010 10101111 111101 10001 0 11111 11000100 101100 110000

Color Harmonies of #4492AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4492AF

Black with #4492AF

Text Example


Text Example

White with #4492AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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