Html Css Color HEX #416EBE Steel Blue

📋 copy color: '#416EBE'

red 65 ◦ green 110 ◦ blue 190

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

Shades of Steel Blue #416EBE

Tints of Steel Blue #416EBE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.14%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 17.81%
G = 30.14%
B = 52.05%

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

#416EBE (or 0x416EBE) is known color: Steel Blue. HEX triplet: 41, 6E and BE. RGB value is (65,110,190). Sum of RGB (Red+Green+Blue) = 65+110+190=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #416EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EBE is #BE9141. Grayscale: #696969. Windows color (decimal): -12489026 or 12480065. OLE color: 12480065.

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

Color convert

RGB 65 110 190 -
CMYK 0.66 0.42 0 0.25
HSL 218.4º 0.49% 0.5% -
HSV(B) 218.4º 0.66% 0.75% -
XYZ 17.05 15.99 50.9 -
YUV 105.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 65 110 190 0.66 0.42 0 0.25 218.4 0.49 0.5
Hex 41 6E BE 42 2A 0 19 DA 31 32
Octal 101 156 276 102 52 0 31 332 61 62
Binary 1000001 1101110 10111110 1000010 101010 0 11001 11011010 110001 110010

Color Harmonies of #416EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416EBE

Black with #416EBE

Text Example


Text Example

White with #416EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,110,190); }

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

background-color css

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

 a { background-color: rgb(65,110,190); }

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

border-color css

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

 span { border-color: rgb(65,110,190); }

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