Html Css Color HEX #407BB4 Steel Blue

📋 copy color: '#407BB4'

red 64 ◦ green 123 ◦ blue 180

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

Shades of Steel Blue #407BB4

Tints of Steel Blue #407BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.05%

R = 17.44%
G = 33.51%
B = 49.05%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#407BB4 (or 0x407BB4) is known color: Steel Blue. HEX triplet: 40, 7B and B4. RGB value is (64,123,180). Sum of RGB (Red+Green+Blue) = 64+123+180=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #407BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BB4 is #BF844B. Grayscale: #6F6F6F. Windows color (decimal): -12551244 or 11828032. OLE color: 11828032.

HSL color Cylindrical-coordinate representation of color #407BB4: hue angle of 209.48º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407BB4 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 123 180 -
CMYK 0.64 0.32 0 0.29
HSL 209.48º 0.48% 0.48% -
HSV(B) 209.48º 0.64% 0.71% -
XYZ 17.44 18.55 45.84 -
YUV 111.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 64 123 180 0.64 0.32 0 0.29 209.48 0.48 0.48
Hex 40 7B B4 40 20 0 1D D1 30 30
Octal 100 173 264 100 40 0 35 321 60 60
Binary 1000000 1111011 10110100 1000000 100000 0 11101 11010001 110000 110000

Color Harmonies of #407BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BB4

Black with #407BB4

Text Example


Text Example

White with #407BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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