Html Css Color HEX #407BB1 Steel Blue

📋 copy color: '#407BB1'

red 64 ◦ green 123 ◦ blue 177

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

Shades of Steel Blue #407BB1

Tints of Steel Blue #407BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 177 (69.53% from 255) = 48.63%

R = 17.58%
G = 33.79%
B = 48.63%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#407BB1 (or 0x407BB1) is known color: Steel Blue. HEX triplet: 40, 7B and B1. RGB value is (64,123,177). Sum of RGB (Red+Green+Blue) = 64+123+177=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #407BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407BB1 is #BF844E. Grayscale: #6F6F6F. Windows color (decimal): -12551247 or 11631424. OLE color: 11631424.

HSL color Cylindrical-coordinate representation of color #407BB1: hue angle of 208.67º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407BB1 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 123 177 -
CMYK 0.64 0.31 0 0.31
HSL 208.67º 0.47% 0.47% -
HSV(B) 208.67º 0.64% 0.69% -
XYZ 17.13 18.43 44.25 -
YUV 111.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 64 123 177 0.64 0.31 0 0.31 208.67 0.47 0.47
Hex 40 7B B1 40 1F 0 1F D1 2F 2F
Octal 100 173 261 100 37 0 37 321 57 57
Binary 1000000 1111011 10110001 1000000 11111 0 11111 11010001 101111 101111

Color Harmonies of #407BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BB1

Black with #407BB1

Text Example


Text Example

White with #407BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,123,177); }

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

background-color css

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

 a { background-color: rgb(64,123,177); }

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

border-color css

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

 span { border-color: rgb(64,123,177); }

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