Html Css Color HEX #4293AF Boston Blue

📋 copy color: '#4293AF'

red 66 ◦ green 147 ◦ blue 175

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

Shades of Boston Blue #4293AF

Tints of Boston Blue #4293AF

RGB

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

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

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

R = 17.01%
G = 37.89%
B = 45.1%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4293AF (or 0x4293AF) is known color: Boston Blue. HEX triplet: 42, 93 and AF. RGB value is (66,147,175). Sum of RGB (Red+Green+Blue) = 66+147+175=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4293AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4293AF is #BD6C50. Grayscale: #7D7D7D. Windows color (decimal): -12414033 or 11506498. OLE color: 11506498.

HSL color Cylindrical-coordinate representation of color #4293AF: hue angle of 195.41º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4293AF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 147 175 -
CMYK 0.62 0.16 0 0.31
HSL 195.41º 0.45% 0.47% -
HSV(B) 195.41º 0.62% 0.69% -
XYZ 20.42 25.12 44.33 -
YUV 125.97 155.66 85.22 -
System Red Green Blue C M Y K H S L
Decimal 66 147 175 0.62 0.16 0 0.31 195.41 0.45 0.47
Hex 42 93 AF 3E 10 0 1F C3 2D 2F
Octal 102 223 257 76 20 0 37 303 55 57
Binary 1000010 10010011 10101111 111110 10000 0 11111 11000011 101101 101111

Color Harmonies of #4293AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4293AF

Black with #4293AF

Text Example


Text Example

White with #4293AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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