Html Css Color HEX #429AC1 Boston Blue

📋 copy color: '#429AC1'

red 66 ◦ green 154 ◦ blue 193

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

Shades of Boston Blue #429AC1

Tints of Boston Blue #429AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 193 (75.78% from 255) = 46.73%

R = 15.98%
G = 37.29%
B = 46.73%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#429AC1 (or 0x429AC1) is known color: Boston Blue. HEX triplet: 42, 9A and C1. RGB value is (66,154,193). Sum of RGB (Red+Green+Blue) = 66+154+193=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #429AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429AC1 is #BD653E. Grayscale: #838383. Windows color (decimal): -12412223 or 12687938. OLE color: 12687938.

HSL color Cylindrical-coordinate representation of color #429AC1: hue angle of 198.43º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429AC1 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 154 193 -
CMYK 0.66 0.20 0 0.24
HSL 198.43º 0.51% 0.51% -
HSV(B) 198.43º 0.66% 0.76% -
XYZ 23.43 28.12 54.64 -
YUV 132.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 66 154 193 0.66 0.20 0 0.24 198.43 0.51 0.51
Hex 42 9A C1 42 14 0 18 C6 33 33
Octal 102 232 301 102 24 0 30 306 63 63
Binary 1000010 10011010 11000001 1000010 10100 0 11000 11000110 110011 110011

Color Harmonies of #429AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AC1

Black with #429AC1

Text Example


Text Example

White with #429AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429AC1; }

 p { color: rgb(66,154,193); }

 H1.HeaderClassName
 {
   color: #429AC1;
 }
 .AnyTagClassName
 {
   color: #429AC1;
 }
</style>

background-color css

<style>
 a { background-color: #429AC1; }

 a { background-color: rgb(66,154,193); }

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

border-color css

<style>
 span { border-color: #429AC1; }

 span { border-color: rgb(66,154,193); }

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