Html Css Color HEX #417AA4 Steel Blue

📋 copy color: '#417AA4'

red 65 ◦ green 122 ◦ blue 164

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

Shades of Steel Blue #417AA4

Tints of Steel Blue #417AA4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

 BLUE value IS 164 (64.45% from 255) = 46.72%

R = 18.52%
G = 34.76%
B = 46.72%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#417AA4 (or 0x417AA4) is known color: Steel Blue. HEX triplet: 41, 7A and A4. RGB value is (65,122,164). Sum of RGB (Red+Green+Blue) = 65+122+164=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #417AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA4 is #BE855B. Grayscale: #6D6D6D. Windows color (decimal): -12485980 or 10779201. OLE color: 10779201.

HSL color Cylindrical-coordinate representation of color #417AA4: hue angle of 205.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417AA4 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 122 164 -
CMYK 0.60 0.26 0 0.36
HSL 205.45º 0.43% 0.45% -
HSV(B) 205.45º 0.6% 0.64% -
XYZ 15.84 17.72 37.71 -
YUV 109.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 65 122 164 0.60 0.26 0 0.36 205.45 0.43 0.45
Hex 41 7A A4 3C 1A 0 24 CD 2B 2D
Octal 101 172 244 74 32 0 44 315 53 55
Binary 1000001 1111010 10100100 111100 11010 0 100100 11001101 101011 101101

Color Harmonies of #417AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AA4

Black with #417AA4

Text Example


Text Example

White with #417AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,122,164); }

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

background-color css

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

 a { background-color: rgb(65,122,164); }

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

border-color css

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

 span { border-color: rgb(65,122,164); }

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