Html Css Color HEX #407BBA Steel Blue

📋 copy color: '#407BBA'

red 64 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #407BBA

Tints of Steel Blue #407BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 17.16%
G = 32.98%
B = 49.87%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407BBA (or 0x407BBA) is known color: Steel Blue. HEX triplet: 40, 7B and BA. RGB value is (64,123,186). Sum of RGB (Red+Green+Blue) = 64+123+186=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #407BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BBA is #BF8445. Grayscale: #707070. Windows color (decimal): -12551238 or 12221248. OLE color: 12221248.

HSL color Cylindrical-coordinate representation of color #407BBA: hue angle of 210.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407BBA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 123 186 -
CMYK 0.66 0.34 0 0.27
HSL 210.98º 0.49% 0.49% -
HSV(B) 210.98º 0.66% 0.73% -
XYZ 18.06 18.8 49.13 -
YUV 112.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 64 123 186 0.66 0.34 0 0.27 210.98 0.49 0.49
Hex 40 7B BA 42 22 0 1B D3 31 31
Octal 100 173 272 102 42 0 33 323 61 61
Binary 1000000 1111011 10111010 1000010 100010 0 11011 11010011 110001 110001

Color Harmonies of #407BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BBA

Black with #407BBA

Text Example


Text Example

White with #407BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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