Html Css Color HEX #417CB6 Steel Blue

📋 copy color: '#417CB6'

red 65 ◦ green 124 ◦ blue 182

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

Shades of Steel Blue #417CB6

Tints of Steel Blue #417CB6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

 BLUE value IS 182 (71.48% from 255) = 49.06%

R = 17.52%
G = 33.42%
B = 49.06%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#417CB6 (or 0x417CB6) is known color: Steel Blue. HEX triplet: 41, 7C and B6. RGB value is (65,124,182). Sum of RGB (Red+Green+Blue) = 65+124+182=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #417CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CB6 is #BE8349. Grayscale: #707070. Windows color (decimal): -12485450 or 11959361. OLE color: 11959361.

HSL color Cylindrical-coordinate representation of color #417CB6: hue angle of 209.74º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #417CB6 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 124 182 -
CMYK 0.64 0.32 0 0.29
HSL 209.74º 0.47% 0.48% -
HSV(B) 209.74º 0.64% 0.71% -
XYZ 17.83 18.92 46.97 -
YUV 112.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 65 124 182 0.64 0.32 0 0.29 209.74 0.47 0.48
Hex 41 7C B6 40 20 0 1D D2 2F 30
Octal 101 174 266 100 40 0 35 322 57 60
Binary 1000001 1111100 10110110 1000000 100000 0 11101 11010010 101111 110000

Color Harmonies of #417CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CB6

Black with #417CB6

Text Example


Text Example

White with #417CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417CB6; }

 p { color: rgb(65,124,182); }

 H1.HeaderClassName
 {
   color: #417CB6;
 }
 .AnyTagClassName
 {
   color: #417CB6;
 }
</style>

background-color css

<style>
 a { background-color: #417CB6; }

 a { background-color: rgb(65,124,182); }

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

border-color css

<style>
 span { border-color: #417CB6; }

 span { border-color: rgb(65,124,182); }

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