Html Css Color HEX #407FA3 Boston Blue

📋 copy color: '#407FA3'

red 64 ◦ green 127 ◦ blue 163

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

Shades of Boston Blue #407FA3

Tints of Boston Blue #407FA3

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 163 (64.06% from 255) = 46.05%

R = 18.08%
G = 35.88%
B = 46.05%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#407FA3 (or 0x407FA3) is known color: Boston Blue. HEX triplet: 40, 7F and A3. RGB value is (64,127,163). Sum of RGB (Red+Green+Blue) = 64+127+163=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #407FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407FA3 is #BF805C. Grayscale: #707070. Windows color (decimal): -12550237 or 10714944. OLE color: 10714944.

HSL color Cylindrical-coordinate representation of color #407FA3: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407FA3 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 127 163 -
CMYK 0.61 0.22 0 0.36
HSL 201.82º 0.44% 0.45% -
HSV(B) 201.82º 0.61% 0.64% -
XYZ 16.31 18.91 37.44 -
YUV 112.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 64 127 163 0.61 0.22 0 0.36 201.82 0.44 0.45
Hex 40 7F A3 3D 16 0 24 CA 2C 2D
Octal 100 177 243 75 26 0 44 312 54 55
Binary 1000000 1111111 10100011 111101 10110 0 100100 11001010 101100 101101

Color Harmonies of #407FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FA3

Black with #407FA3

Text Example


Text Example

White with #407FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407FA3; }

 p { color: rgb(64,127,163); }

 H1.HeaderClassName
 {
   color: #407FA3;
 }
 .AnyTagClassName
 {
   color: #407FA3;
 }
</style>

background-color css

<style>
 a { background-color: #407FA3; }

 a { background-color: rgb(64,127,163); }

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

border-color css

<style>
 span { border-color: #407FA3; }

 span { border-color: rgb(64,127,163); }

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