Html Css Color HEX #4299AE Boston Blue

📋 copy color: '#4299AE'

red 66 ◦ green 153 ◦ blue 174

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

Shades of Boston Blue #4299AE

Tints of Boston Blue #4299AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 16.79%
G = 38.93%
B = 44.27%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4299AE (or 0x4299AE) is known color: Boston Blue. HEX triplet: 42, 99 and AE. RGB value is (66,153,174). Sum of RGB (Red+Green+Blue) = 66+153+174=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #4299AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4299AE is #BD6651. Grayscale: #818181. Windows color (decimal): -12412498 or 11442498. OLE color: 11442498.

HSL color Cylindrical-coordinate representation of color #4299AE: hue angle of 191.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4299AE is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 153 174 -
CMYK 0.62 0.12 0 0.32
HSL 191.67º 0.45% 0.47% -
HSV(B) 191.67º 0.62% 0.68% -
XYZ 21.28 27 44.13 -
YUV 129.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 66 153 174 0.62 0.12 0 0.32 191.67 0.45 0.47
Hex 42 99 AE 3E C 0 20 C0 2D 2F
Octal 102 231 256 76 14 0 40 300 55 57
Binary 1000010 10011001 10101110 111110 1100 0 100000 11000000 101101 101111

Color Harmonies of #4299AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4299AE

Black with #4299AE

Text Example


Text Example

White with #4299AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4299AE; }

 p { color: rgb(66,153,174); }

 H1.HeaderClassName
 {
   color: #4299AE;
 }
 .AnyTagClassName
 {
   color: #4299AE;
 }
</style>

background-color css

<style>
 a { background-color: #4299AE; }

 a { background-color: rgb(66,153,174); }

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

border-color css

<style>
 span { border-color: #4299AE; }

 span { border-color: rgb(66,153,174); }

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