Html Css Color HEX #4394BC Boston Blue

📋 copy color: '#4394BC'

red 67 ◦ green 148 ◦ blue 188

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

Shades of Boston Blue #4394BC

Tints of Boston Blue #4394BC

RGB

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

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

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

R = 16.63%
G = 36.72%
B = 46.65%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4394BC (or 0x4394BC) is known color: Boston Blue. HEX triplet: 43, 94 and BC. RGB value is (67,148,188). Sum of RGB (Red+Green+Blue) = 67+148+188=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #4394BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4394BC is #BC6B43. Grayscale: #808080. Windows color (decimal): -12348228 or 12358723. OLE color: 12358723.

HSL color Cylindrical-coordinate representation of color #4394BC: hue angle of 199.83º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4394BC is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 148 188 -
CMYK 0.64 0.21 0 0.26
HSL 199.83º 0.47% 0.5% -
HSV(B) 199.83º 0.64% 0.74% -
XYZ 21.98 26 51.44 -
YUV 128.34 161.66 84.25 -
System Red Green Blue C M Y K H S L
Decimal 67 148 188 0.64 0.21 0 0.26 199.83 0.47 0.5
Hex 43 94 BC 40 15 0 1A C8 2F 32
Octal 103 224 274 100 25 0 32 310 57 62
Binary 1000011 10010100 10111100 1000000 10101 0 11010 11001000 101111 110010

Color Harmonies of #4394BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4394BC

Black with #4394BC

Text Example


Text Example

White with #4394BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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