Html Css Color HEX #4481C1 Steel Blue

📋 copy color: '#4481C1'

red 68 ◦ green 129 ◦ blue 193

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

Shades of Steel Blue #4481C1

Tints of Steel Blue #4481C1

RGB

 RED value IS 68 (26.95% from 255) = 17.44%

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 17.44%
G = 33.08%
B = 49.49%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4481C1 (or 0x4481C1) is known color: Steel Blue. HEX triplet: 44, 81 and C1. RGB value is (68,129,193). Sum of RGB (Red+Green+Blue) = 68+129+193=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4481C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481C1 is #BB7E3E. Grayscale: #757575. Windows color (decimal): -12287551 or 12681540. OLE color: 12681540.

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

Color convert

RGB 68 129 193 -
CMYK 0.65 0.33 0 0.24
HSL 210.72º 0.5% 0.51% -
HSV(B) 210.72º 0.65% 0.76% -
XYZ 19.86 20.78 53.42 -
YUV 118.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 68 129 193 0.65 0.33 0 0.24 210.72 0.5 0.51
Hex 44 81 C1 41 21 0 18 D3 32 33
Octal 104 201 301 101 41 0 30 323 62 63
Binary 1000100 10000001 11000001 1000001 100001 0 11000 11010011 110010 110011

Color Harmonies of #4481C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481C1

Black with #4481C1

Text Example


Text Example

White with #4481C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,129,193); }

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

background-color css

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

 a { background-color: rgb(68,129,193); }

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

border-color css

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

 span { border-color: rgb(68,129,193); }

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