Html Css Color HEX #4079C1 Steel Blue

📋 copy color: '#4079C1'

red 64 ◦ green 121 ◦ blue 193

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

Shades of Steel Blue #4079C1

Tints of Steel Blue #4079C1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 16.93%
G = 32.01%
B = 51.06%

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

#4079C1 (or 0x4079C1) is known color: Steel Blue. HEX triplet: 40, 79 and C1. RGB value is (64,121,193). Sum of RGB (Red+Green+Blue) = 64+121+193=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #4079C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079C1 is #BF863E. Grayscale: #6F6F6F. Windows color (decimal): -12551743 or 12679488. OLE color: 12679488.

HSL color Cylindrical-coordinate representation of color #4079C1: hue angle of 213.49º 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 #4079C1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 121 193 -
CMYK 0.67 0.37 0 0.24
HSL 213.49º 0.51% 0.5% -
HSV(B) 213.49º 0.67% 0.76% -
XYZ 18.58 18.61 53.07 -
YUV 112.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 64 121 193 0.67 0.37 0 0.24 213.49 0.51 0.5
Hex 40 79 C1 43 25 0 18 D5 33 32
Octal 100 171 301 103 45 0 30 325 63 62
Binary 1000000 1111001 11000001 1000011 100101 0 11000 11010101 110011 110010

Color Harmonies of #4079C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4079C1

Black with #4079C1

Text Example


Text Example

White with #4079C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4079C1; }

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

 H1.HeaderClassName
 {
   color: #4079C1;
 }
 .AnyTagClassName
 {
   color: #4079C1;
 }
</style>

background-color css

<style>
 a { background-color: #4079C1; }

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

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

border-color css

<style>
 span { border-color: #4079C1; }

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

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