Html Css Color HEX #417BAB Steel Blue

📋 copy color: '#417BAB'

red 65 ◦ green 123 ◦ blue 171

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

Shades of Steel Blue #417BAB

Tints of Steel Blue #417BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.26%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 18.11%
G = 34.26%
B = 47.63%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417BAB (or 0x417BAB) is known color: Steel Blue. HEX triplet: 41, 7B and AB. RGB value is (65,123,171). Sum of RGB (Red+Green+Blue) = 65+123+171=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #417BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAB is #BE8454. Grayscale: #6E6E6E. Windows color (decimal): -12485717 or 11238209. OLE color: 11238209.

HSL color Cylindrical-coordinate representation of color #417BAB: hue angle of 207.17º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417BAB is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 123 171 -
CMYK 0.62 0.28 0 0.33
HSL 207.17º 0.45% 0.46% -
HSV(B) 207.17º 0.62% 0.67% -
XYZ 16.61 18.23 41.17 -
YUV 111.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 65 123 171 0.62 0.28 0 0.33 207.17 0.45 0.46
Hex 41 7B AB 3E 1C 0 21 CF 2D 2E
Octal 101 173 253 76 34 0 41 317 55 56
Binary 1000001 1111011 10101011 111110 11100 0 100001 11001111 101101 101110

Color Harmonies of #417BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BAB

Black with #417BAB

Text Example


Text Example

White with #417BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,123,171); }

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

background-color css

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

 a { background-color: rgb(65,123,171); }

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

border-color css

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

 span { border-color: rgb(65,123,171); }

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