Html Css Color HEX #409DC0 Boston Blue

📋 copy color: '#409DC0'

red 64 ◦ green 157 ◦ blue 192

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

Shades of Boston Blue #409DC0

Tints of Boston Blue #409DC0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.01%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 15.5%
G = 38.01%
B = 46.49%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#409DC0 (or 0x409DC0) is known color: Boston Blue. HEX triplet: 40, 9D and C0. RGB value is (64,157,192). Sum of RGB (Red+Green+Blue) = 64+157+192=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #409DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DC0 is #BF623F. Grayscale: #848484. Windows color (decimal): -12542528 or 12623168. OLE color: 12623168.

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

Color convert

RGB 64 157 192 -
CMYK 0.67 0.18 0 0.25
HSL 196.41º 0.5% 0.5% -
HSV(B) 196.41º 0.67% 0.75% -
XYZ 23.69 29.01 54.22 -
YUV 133.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 64 157 192 0.67 0.18 0 0.25 196.41 0.5 0.5
Hex 40 9D C0 43 12 0 19 C4 32 32
Octal 100 235 300 103 22 0 31 304 62 62
Binary 1000000 10011101 11000000 1000011 10010 0 11001 11000100 110010 110010

Color Harmonies of #409DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409DC0

Black with #409DC0

Text Example


Text Example

White with #409DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,157,192); }

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

background-color css

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

 a { background-color: rgb(64,157,192); }

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

border-color css

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

 span { border-color: rgb(64,157,192); }

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