Html Css Color HEX #417BAD Steel Blue

📋 copy color: '#417BAD'

red 65 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #417BAD

Tints of Steel Blue #417BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 18.01%
G = 34.07%
B = 47.92%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#417BAD (or 0x417BAD) is known color: Steel Blue. HEX triplet: 41, 7B and AD. RGB value is (65,123,173). Sum of RGB (Red+Green+Blue) = 65+123+173=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #417BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAD is #BE8452. Grayscale: #6F6F6F. Windows color (decimal): -12485715 or 11369281. OLE color: 11369281.

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

Color convert

RGB 65 123 173 -
CMYK 0.62 0.29 0 0.32
HSL 207.78º 0.45% 0.47% -
HSV(B) 207.78º 0.62% 0.68% -
XYZ 16.81 18.31 42.18 -
YUV 111.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 65 123 173 0.62 0.29 0 0.32 207.78 0.45 0.47
Hex 41 7B AD 3E 1D 0 20 D0 2D 2F
Octal 101 173 255 76 35 0 40 320 55 57
Binary 1000001 1111011 10101101 111110 11101 0 100000 11010000 101101 101111

Color Harmonies of #417BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BAD

Black with #417BAD

Text Example


Text Example

White with #417BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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