Html Css Color HEX #407ABF Steel Blue

📋 copy color: '#407ABF'

red 64 ◦ green 122 ◦ blue 191

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

Shades of Steel Blue #407ABF

Tints of Steel Blue #407ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 191 (75% from 255) = 50.66%

R = 16.98%
G = 32.36%
B = 50.66%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#407ABF (or 0x407ABF) is known color: Steel Blue. HEX triplet: 40, 7A and BF. RGB value is (64,122,191). Sum of RGB (Red+Green+Blue) = 64+122+191=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #407ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ABF is #BF8540. Grayscale: #707070. Windows color (decimal): -12551489 or 12548672. OLE color: 12548672.

HSL color Cylindrical-coordinate representation of color #407ABF: hue angle of 212.6º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407ABF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 122 191 -
CMYK 0.66 0.36 0 0.25
HSL 212.6º 0.5% 0.5% -
HSV(B) 212.6º 0.66% 0.75% -
XYZ 18.48 18.77 51.94 -
YUV 112.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 64 122 191 0.66 0.36 0 0.25 212.6 0.5 0.5
Hex 40 7A BF 42 24 0 19 D5 32 32
Octal 100 172 277 102 44 0 31 325 62 62
Binary 1000000 1111010 10111111 1000010 100100 0 11001 11010101 110010 110010

Color Harmonies of #407ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ABF

Black with #407ABF

Text Example


Text Example

White with #407ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,122,191); }

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

background-color css

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

 a { background-color: rgb(64,122,191); }

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

border-color css

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

 span { border-color: rgb(64,122,191); }

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