Html Css Color HEX #418EAB Boston Blue

📋 copy color: '#418EAB'

red 65 ◦ green 142 ◦ blue 171

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

Shades of Boston Blue #418EAB

Tints of Boston Blue #418EAB

RGB

 RED value IS 65 (25.78% from 255) = 17.2%

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 17.2%
G = 37.57%
B = 45.24%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#418EAB (or 0x418EAB) is known color: Boston Blue. HEX triplet: 41, 8E and AB. RGB value is (65,142,171). Sum of RGB (Red+Green+Blue) = 65+142+171=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #418EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418EAB is #BE7154. Grayscale: #7A7A7A. Windows color (decimal): -12480853 or 11243073. OLE color: 11243073.

HSL color Cylindrical-coordinate representation of color #418EAB: hue angle of 196.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418EAB is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 142 171 -
CMYK 0.62 0.17 0 0.33
HSL 196.42º 0.45% 0.46% -
HSV(B) 196.42º 0.62% 0.67% -
XYZ 19.2 23.41 42.03 -
YUV 122.28 155.49 87.14 -
System Red Green Blue C M Y K H S L
Decimal 65 142 171 0.62 0.17 0 0.33 196.42 0.45 0.46
Hex 41 8E AB 3E 11 0 21 C4 2D 2E
Octal 101 216 253 76 21 0 41 304 55 56
Binary 1000001 10001110 10101011 111110 10001 0 100001 11000100 101101 101110

Color Harmonies of #418EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418EAB

Black with #418EAB

Text Example


Text Example

White with #418EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418EAB; }

 p { color: rgb(65,142,171); }

 H1.HeaderClassName
 {
   color: #418EAB;
 }
 .AnyTagClassName
 {
   color: #418EAB;
 }
</style>

background-color css

<style>
 a { background-color: #418EAB; }

 a { background-color: rgb(65,142,171); }

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

border-color css

<style>
 span { border-color: #418EAB; }

 span { border-color: rgb(65,142,171); }

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