Html Css Color HEX #417AB6 Steel Blue

📋 copy color: '#417AB6'

red 65 ◦ green 122 ◦ blue 182

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

Shades of Steel Blue #417AB6

Tints of Steel Blue #417AB6

RGB

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

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

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

R = 17.62%
G = 33.06%
B = 49.32%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#417AB6 (or 0x417AB6) is known color: Steel Blue. HEX triplet: 41, 7A and B6. RGB value is (65,122,182). Sum of RGB (Red+Green+Blue) = 65+122+182=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #417AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AB6 is #BE8549. Grayscale: #6F6F6F. Windows color (decimal): -12485962 or 11958849. OLE color: 11958849.

HSL color Cylindrical-coordinate representation of color #417AB6: hue angle of 210.77º 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 #417AB6 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 122 182 -
CMYK 0.64 0.33 0 0.29
HSL 210.77º 0.47% 0.48% -
HSV(B) 210.77º 0.64% 0.71% -
XYZ 17.58 18.42 46.88 -
YUV 111.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 65 122 182 0.64 0.33 0 0.29 210.77 0.47 0.48
Hex 41 7A B6 40 21 0 1D D3 2F 30
Octal 101 172 266 100 41 0 35 323 57 60
Binary 1000001 1111010 10110110 1000000 100001 0 11101 11010011 101111 110000

Color Harmonies of #417AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AB6

Black with #417AB6

Text Example


Text Example

White with #417AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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