Html Css Color HEX #409CBE Boston Blue

📋 copy color: '#409CBE'

red 64 ◦ green 156 ◦ blue 190

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

Shades of Boston Blue #409CBE

Tints of Boston Blue #409CBE

RGB

 RED value IS 64 (25.39% from 255) = 15.61%

 GREEN value IS 156 (61.33% from 255) = 38.05%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 15.61%
G = 38.05%
B = 46.34%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#409CBE (or 0x409CBE) is known color: Boston Blue. HEX triplet: 40, 9C and BE. RGB value is (64,156,190). Sum of RGB (Red+Green+Blue) = 64+156+190=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #409CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CBE is #BF6341. Grayscale: #848484. Windows color (decimal): -12542786 or 12491840. OLE color: 12491840.

HSL color Cylindrical-coordinate representation of color #409CBE: hue angle of 196.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409CBE is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 156 190 -
CMYK 0.66 0.18 0 0.25
HSL 196.19º 0.5% 0.5% -
HSV(B) 196.19º 0.66% 0.75% -
XYZ 23.3 28.58 53 -
YUV 132.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 64 156 190 0.66 0.18 0 0.25 196.19 0.5 0.5
Hex 40 9C BE 42 12 0 19 C4 32 32
Octal 100 234 276 102 22 0 31 304 62 62
Binary 1000000 10011100 10111110 1000010 10010 0 11001 11000100 110010 110010

Color Harmonies of #409CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CBE

Black with #409CBE

Text Example


Text Example

White with #409CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409CBE; }

 p { color: rgb(64,156,190); }

 H1.HeaderClassName
 {
   color: #409CBE;
 }
 .AnyTagClassName
 {
   color: #409CBE;
 }
</style>

background-color css

<style>
 a { background-color: #409CBE; }

 a { background-color: rgb(64,156,190); }

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

border-color css

<style>
 span { border-color: #409CBE; }

 span { border-color: rgb(64,156,190); }

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