Html Css Color HEX #407AC1 Steel Blue

📋 copy color: '#407AC1'

red 64 ◦ green 122 ◦ blue 193

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

Shades of Steel Blue #407AC1

Tints of Steel Blue #407AC1

RGB

 RED value IS 64 (25.39% from 255) = 16.89%

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

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 16.89%
G = 32.19%
B = 50.92%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#407AC1 (or 0x407AC1) is known color: Steel Blue. HEX triplet: 40, 7A and C1. RGB value is (64,122,193). Sum of RGB (Red+Green+Blue) = 64+122+193=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #407AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AC1 is #BF853E. Grayscale: #707070. Windows color (decimal): -12551487 or 12679744. OLE color: 12679744.

HSL color Cylindrical-coordinate representation of color #407AC1: hue angle of 213.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407AC1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 122 193 -
CMYK 0.67 0.37 0 0.24
HSL 213.02º 0.51% 0.5% -
HSV(B) 213.02º 0.67% 0.76% -
XYZ 18.7 18.86 53.11 -
YUV 112.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 64 122 193 0.67 0.37 0 0.24 213.02 0.51 0.5
Hex 40 7A C1 43 25 0 18 D5 33 32
Octal 100 172 301 103 45 0 30 325 63 62
Binary 1000000 1111010 11000001 1000011 100101 0 11000 11010101 110011 110010

Color Harmonies of #407AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AC1

Black with #407AC1

Text Example


Text Example

White with #407AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407AC1; }

 p { color: rgb(64,122,193); }

 H1.HeaderClassName
 {
   color: #407AC1;
 }
 .AnyTagClassName
 {
   color: #407AC1;
 }
</style>

background-color css

<style>
 a { background-color: #407AC1; }

 a { background-color: rgb(64,122,193); }

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

border-color css

<style>
 span { border-color: #407AC1; }

 span { border-color: rgb(64,122,193); }

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