Html Css Color HEX #416FBF Steel Blue

📋 copy color: '#416FBF'

red 65 ◦ green 111 ◦ blue 191

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

Shades of Steel Blue #416FBF

Tints of Steel Blue #416FBF

RGB

 RED value IS 65 (25.78% from 255) = 17.71%

 GREEN value IS 111 (43.75% from 255) = 30.25%

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

R = 17.71%
G = 30.25%
B = 52.04%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#416FBF (or 0x416FBF) is known color: Steel Blue. HEX triplet: 41, 6F and BF. RGB value is (65,111,191). Sum of RGB (Red+Green+Blue) = 65+111+191=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #416FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FBF is #BE9040. Grayscale: #6A6A6A. Windows color (decimal): -12488769 or 12545857. OLE color: 12545857.

HSL color Cylindrical-coordinate representation of color #416FBF: hue angle of 218.1º 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 #416FBF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 111 191 -
CMYK 0.66 0.42 0 0.25
HSL 218.1º 0.5% 0.5% -
HSV(B) 218.1º 0.66% 0.75% -
XYZ 17.27 16.25 51.52 -
YUV 106.37 175.76 98.5 -
System Red Green Blue C M Y K H S L
Decimal 65 111 191 0.66 0.42 0 0.25 218.1 0.5 0.5
Hex 41 6F BF 42 2A 0 19 DA 32 32
Octal 101 157 277 102 52 0 31 332 62 62
Binary 1000001 1101111 10111111 1000010 101010 0 11001 11011010 110010 110010

Color Harmonies of #416FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FBF

Black with #416FBF

Text Example


Text Example

White with #416FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416FBF; }

 p { color: rgb(65,111,191); }

 H1.HeaderClassName
 {
   color: #416FBF;
 }
 .AnyTagClassName
 {
   color: #416FBF;
 }
</style>

background-color css

<style>
 a { background-color: #416FBF; }

 a { background-color: rgb(65,111,191); }

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

border-color css

<style>
 span { border-color: #416FBF; }

 span { border-color: rgb(65,111,191); }

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