Html Css Color HEX #407BBC Steel Blue

📋 copy color: '#407BBC'

red 64 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #407BBC

Tints of Steel Blue #407BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 17.07%
G = 32.8%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#407BBC (or 0x407BBC) is known color: Steel Blue. HEX triplet: 40, 7B and BC. RGB value is (64,123,188). Sum of RGB (Red+Green+Blue) = 64+123+188=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #407BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BBC is #BF8443. Grayscale: #707070. Windows color (decimal): -12551236 or 12352320. OLE color: 12352320.

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

Color convert

RGB 64 123 188 -
CMYK 0.66 0.35 0 0.26
HSL 211.45º 0.49% 0.49% -
HSV(B) 211.45º 0.66% 0.74% -
XYZ 18.27 18.89 50.26 -
YUV 112.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 64 123 188 0.66 0.35 0 0.26 211.45 0.49 0.49
Hex 40 7B BC 42 23 0 1A D3 31 31
Octal 100 173 274 102 43 0 32 323 61 61
Binary 1000000 1111011 10111100 1000010 100011 0 11010 11010011 110001 110001

Color Harmonies of #407BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BBC

Black with #407BBC

Text Example


Text Example

White with #407BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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