Html Css Color HEX #417BAF Steel Blue

📋 copy color: '#417BAF'

red 65 ◦ green 123 ◦ blue 175

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

Shades of Steel Blue #417BAF

Tints of Steel Blue #417BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 17.91%
G = 33.88%
B = 48.21%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#417BAF (or 0x417BAF) is known color: Steel Blue. HEX triplet: 41, 7B and AF. RGB value is (65,123,175). Sum of RGB (Red+Green+Blue) = 65+123+175=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #417BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BAF is #BE8450. Grayscale: #6F6F6F. Windows color (decimal): -12485713 or 11500353. OLE color: 11500353.

HSL color Cylindrical-coordinate representation of color #417BAF: hue angle of 208.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417BAF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 65 123 175 -
CMYK 0.63 0.30 0 0.31
HSL 208.36º 0.46% 0.47% -
HSV(B) 208.36º 0.63% 0.69% -
XYZ 17 18.38 43.21 -
YUV 111.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 65 123 175 0.63 0.30 0 0.31 208.36 0.46 0.47
Hex 41 7B AF 3F 1E 0 1F D0 2E 2F
Octal 101 173 257 77 36 0 37 320 56 57
Binary 1000001 1111011 10101111 111111 11110 0 11111 11010000 101110 101111

Color Harmonies of #417BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BAF

Black with #417BAF

Text Example


Text Example

White with #417BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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