Html Css Color HEX #42A4B4 Boston Blue

📋 copy color: '#42A4B4'

red 66 ◦ green 164 ◦ blue 180

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

Shades of Boston Blue #42A4B4

Tints of Boston Blue #42A4B4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

 BLUE value IS 180 (70.7% from 255) = 43.9%

R = 16.1%
G = 40%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#42A4B4 (or 0x42A4B4) is known color: Boston Blue. HEX triplet: 42, A4 and B4. RGB value is (66,164,180). Sum of RGB (Red+Green+Blue) = 66+164+180=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #42A4B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A4B4 is #BD5B4B. Grayscale: #888888. Windows color (decimal): -12409676 or 11838530. OLE color: 11838530.

HSL color Cylindrical-coordinate representation of color #42A4B4: hue angle of 188.42º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A4B4 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 164 180 -
CMYK 0.63 0.09 0 0.29
HSL 188.42º 0.46% 0.48% -
HSV(B) 188.42º 0.63% 0.71% -
XYZ 23.76 31 47.91 -
YUV 136.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 66 164 180 0.63 0.09 0 0.29 188.42 0.46 0.48
Hex 42 A4 B4 3F 9 0 1D BC 2E 30
Octal 102 244 264 77 11 0 35 274 56 60
Binary 1000010 10100100 10110100 111111 1001 0 11101 10111100 101110 110000

Color Harmonies of #42A4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A4B4

Black with #42A4B4

Text Example


Text Example

White with #42A4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A4B4; }

 p { color: rgb(66,164,180); }

 H1.HeaderClassName
 {
   color: #42A4B4;
 }
 .AnyTagClassName
 {
   color: #42A4B4;
 }
</style>

background-color css

<style>
 a { background-color: #42A4B4; }

 a { background-color: rgb(66,164,180); }

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

border-color css

<style>
 span { border-color: #42A4B4; }

 span { border-color: rgb(66,164,180); }

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