Html Css Color HEX #416FBB Steel Blue

📋 copy color: '#416FBB'

red 65 ◦ green 111 ◦ blue 187

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

Shades of Steel Blue #416FBB

Tints of Steel Blue #416FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 17.91%
G = 30.58%
B = 51.52%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#416FBB (or 0x416FBB) is known color: Steel Blue. HEX triplet: 41, 6F and BB. RGB value is (65,111,187). Sum of RGB (Red+Green+Blue) = 65+111+187=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #416FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FBB is #BE9044. Grayscale: #696969. Windows color (decimal): -12488773 or 12283713. OLE color: 12283713.

HSL color Cylindrical-coordinate representation of color #416FBB: hue angle of 217.38º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416FBB is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 111 187 -
CMYK 0.65 0.41 0 0.27
HSL 217.38º 0.48% 0.49% -
HSV(B) 217.38º 0.65% 0.73% -
XYZ 16.83 16.08 49.23 -
YUV 105.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 65 111 187 0.65 0.41 0 0.27 217.38 0.48 0.49
Hex 41 6F BB 41 29 0 1B D9 30 31
Octal 101 157 273 101 51 0 33 331 60 61
Binary 1000001 1101111 10111011 1000001 101001 0 11011 11011001 110000 110001

Color Harmonies of #416FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FBB

Black with #416FBB

Text Example


Text Example

White with #416FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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