Html Css Color HEX #4394AA Boston Blue

📋 copy color: '#4394AA'

red 67 ◦ green 148 ◦ blue 170

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

Shades of Boston Blue #4394AA

Tints of Boston Blue #4394AA

RGB

 RED value IS 67 (26.56% from 255) = 17.4%

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 17.4%
G = 38.44%
B = 44.16%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4394AA (or 0x4394AA) is known color: Boston Blue. HEX triplet: 43, 94 and AA. RGB value is (67,148,170). Sum of RGB (Red+Green+Blue) = 67+148+170=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #4394AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4394AA is #BC6B55. Grayscale: #7E7E7E. Windows color (decimal): -12348246 or 11179075. OLE color: 11179075.

HSL color Cylindrical-coordinate representation of color #4394AA: hue angle of 192.82º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4394AA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 148 170 -
CMYK 0.61 0.13 0 0.33
HSL 192.82º 0.43% 0.46% -
HSV(B) 192.82º 0.61% 0.67% -
XYZ 20.16 25.28 41.85 -
YUV 126.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 67 148 170 0.61 0.13 0 0.33 192.82 0.43 0.46
Hex 43 94 AA 3D D 0 21 C1 2B 2E
Octal 103 224 252 75 15 0 41 301 53 56
Binary 1000011 10010100 10101010 111101 1101 0 100001 11000001 101011 101110

Color Harmonies of #4394AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4394AA

Black with #4394AA

Text Example


Text Example

White with #4394AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4394AA; }

 p { color: rgb(67,148,170); }

 H1.HeaderClassName
 {
   color: #4394AA;
 }
 .AnyTagClassName
 {
   color: #4394AA;
 }
</style>

background-color css

<style>
 a { background-color: #4394AA; }

 a { background-color: rgb(67,148,170); }

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

border-color css

<style>
 span { border-color: #4394AA; }

 span { border-color: rgb(67,148,170); }

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