Html Css Color HEX #4481BE Steel Blue

📋 copy color: '#4481BE'

red 68 ◦ green 129 ◦ blue 190

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

Shades of Steel Blue #4481BE

Tints of Steel Blue #4481BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 17.57%
G = 33.33%
B = 49.1%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4481BE (or 0x4481BE) is known color: Steel Blue. HEX triplet: 44, 81 and BE. RGB value is (68,129,190). Sum of RGB (Red+Green+Blue) = 68+129+190=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4481BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4481BE is #BB7E41. Grayscale: #757575. Windows color (decimal): -12287554 or 12484932. OLE color: 12484932.

HSL color Cylindrical-coordinate representation of color #4481BE: hue angle of 210º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4481BE is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 129 190 -
CMYK 0.64 0.32 0 0.25
HSL 210º 0.48% 0.51% -
HSV(B) 210º 0.64% 0.75% -
XYZ 19.53 20.65 51.67 -
YUV 117.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 68 129 190 0.64 0.32 0 0.25 210 0.48 0.51
Hex 44 81 BE 40 20 0 19 D2 30 33
Octal 104 201 276 100 40 0 31 322 60 63
Binary 1000100 10000001 10111110 1000000 100000 0 11001 11010010 110000 110011

Color Harmonies of #4481BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481BE

Black with #4481BE

Text Example


Text Example

White with #4481BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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