Html Css Color HEX #4293A6 Boston Blue

📋 copy color: '#4293A6'

red 66 ◦ green 147 ◦ blue 166

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

Shades of Boston Blue #4293A6

Tints of Boston Blue #4293A6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 17.41%
G = 38.79%
B = 43.8%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4293A6 (or 0x4293A6) is known color: Boston Blue. HEX triplet: 42, 93 and A6. RGB value is (66,147,166). Sum of RGB (Red+Green+Blue) = 66+147+166=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #4293A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4293A6 is #BD6C59. Grayscale: #7C7C7C. Windows color (decimal): -12414042 or 10916674. OLE color: 10916674.

HSL color Cylindrical-coordinate representation of color #4293A6: hue angle of 191.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4293A6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 147 166 -
CMYK 0.60 0.11 0 0.35
HSL 191.4º 0.43% 0.45% -
HSV(B) 191.4º 0.6% 0.65% -
XYZ 19.56 24.78 39.83 -
YUV 124.95 151.16 85.96 -
System Red Green Blue C M Y K H S L
Decimal 66 147 166 0.60 0.11 0 0.35 191.4 0.43 0.45
Hex 42 93 A6 3C B 0 23 BF 2B 2D
Octal 102 223 246 74 13 0 43 277 53 55
Binary 1000010 10010011 10100110 111100 1011 0 100011 10111111 101011 101101

Color Harmonies of #4293A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4293A6

Black with #4293A6

Text Example


Text Example

White with #4293A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4293A6; }

 p { color: rgb(66,147,166); }

 H1.HeaderClassName
 {
   color: #4293A6;
 }
 .AnyTagClassName
 {
   color: #4293A6;
 }
</style>

background-color css

<style>
 a { background-color: #4293A6; }

 a { background-color: rgb(66,147,166); }

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

border-color css

<style>
 span { border-color: #4293A6; }

 span { border-color: rgb(66,147,166); }

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