Html Css Color HEX #4295A3 Boston Blue

📋 copy color: '#4295A3'

red 66 ◦ green 149 ◦ blue 163

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

Shades of Boston Blue #4295A3

Tints of Boston Blue #4295A3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 163 (64.06% from 255) = 43.12%

R = 17.46%
G = 39.42%
B = 43.12%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4295A3 (or 0x4295A3) is known color: Boston Blue. HEX triplet: 42, 95 and A3. RGB value is (66,149,163). Sum of RGB (Red+Green+Blue) = 66+149+163=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #4295A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4295A3 is #BD6A5C. Grayscale: #7D7D7D. Windows color (decimal): -12413533 or 10720578. OLE color: 10720578.

HSL color Cylindrical-coordinate representation of color #4295A3: hue angle of 188.66º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4295A3 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 149 163 -
CMYK 0.60 0.09 0 0.36
HSL 188.66º 0.42% 0.45% -
HSV(B) 188.66º 0.6% 0.64% -
XYZ 19.61 25.3 38.5 -
YUV 125.78 149 85.36 -
System Red Green Blue C M Y K H S L
Decimal 66 149 163 0.60 0.09 0 0.36 188.66 0.42 0.45
Hex 42 95 A3 3C 9 0 24 BD 2A 2D
Octal 102 225 243 74 11 0 44 275 52 55
Binary 1000010 10010101 10100011 111100 1001 0 100100 10111101 101010 101101

Color Harmonies of #4295A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4295A3

Black with #4295A3

Text Example


Text Example

White with #4295A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4295A3; }

 p { color: rgb(66,149,163); }

 H1.HeaderClassName
 {
   color: #4295A3;
 }
 .AnyTagClassName
 {
   color: #4295A3;
 }
</style>

background-color css

<style>
 a { background-color: #4295A3; }

 a { background-color: rgb(66,149,163); }

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

border-color css

<style>
 span { border-color: #4295A3; }

 span { border-color: rgb(66,149,163); }

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