Html Css Color HEX #417BAA Steel Blue

📋 copy color: '#417BAA'

red 65 ◦ green 123 ◦ blue 170

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

Shades of Steel Blue #417BAA

Tints of Steel Blue #417BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 18.16%
G = 34.36%
B = 47.49%

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

#417BAA (or 0x417BAA) is known color: Steel Blue. HEX triplet: 41, 7B and AA. RGB value is (65,123,170). Sum of RGB (Red+Green+Blue) = 65+123+170=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #417BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAA is #BE8455. Grayscale: #6E6E6E. Windows color (decimal): -12485718 or 11172673. OLE color: 11172673.

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

Color convert

RGB 65 123 170 -
CMYK 0.62 0.28 0 0.33
HSL 206.86º 0.45% 0.46% -
HSV(B) 206.86º 0.62% 0.67% -
XYZ 16.52 18.19 40.67 -
YUV 111.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 65 123 170 0.62 0.28 0 0.33 206.86 0.45 0.46
Hex 41 7B AA 3E 1C 0 21 CF 2D 2E
Octal 101 173 252 76 34 0 41 317 55 56
Binary 1000001 1111011 10101010 111110 11100 0 100001 11001111 101101 101110

Color Harmonies of #417BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BAA

Black with #417BAA

Text Example


Text Example

White with #417BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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