Html Css Color HEX #417BAC Steel Blue

📋 copy color: '#417BAC'

red 65 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #417BAC

Tints of Steel Blue #417BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 18.06%
G = 34.17%
B = 47.78%

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

#417BAC (or 0x417BAC) is known color: Steel Blue. HEX triplet: 41, 7B and AC. RGB value is (65,123,172). Sum of RGB (Red+Green+Blue) = 65+123+172=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #417BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAC is #BE8453. Grayscale: #6E6E6E. Windows color (decimal): -12485716 or 11303745. OLE color: 11303745.

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

Color convert

RGB 65 123 172 -
CMYK 0.62 0.28 0 0.33
HSL 207.48º 0.45% 0.46% -
HSV(B) 207.48º 0.62% 0.67% -
XYZ 16.71 18.27 41.68 -
YUV 111.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 65 123 172 0.62 0.28 0 0.33 207.48 0.45 0.46
Hex 41 7B AC 3E 1C 0 21 CF 2D 2E
Octal 101 173 254 76 34 0 41 317 55 56
Binary 1000001 1111011 10101100 111110 11100 0 100001 11001111 101101 101110

Color Harmonies of #417BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BAC

Black with #417BAC

Text Example


Text Example

White with #417BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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