Html Css Color HEX #4A81BB Steel Blue

📋 copy color: '#4A81BB'

red 74 ◦ green 129 ◦ blue 187

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

Shades of Steel Blue #4A81BB

Tints of Steel Blue #4A81BB

RGB

 RED value IS 74 (29.3% from 255) = 18.97%

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

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 18.97%
G = 33.08%
B = 47.95%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A81BB (or 0x4A81BB) is known color: Steel Blue. HEX triplet: 4A, 81 and BB. RGB value is (74,129,187). Sum of RGB (Red+Green+Blue) = 74+129+187=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A81BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81BB is #B57E44. Grayscale: #767676. Windows color (decimal): -11894341 or 12288330. OLE color: 12288330.

HSL color Cylindrical-coordinate representation of color #4A81BB: hue angle of 210.8º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A81BB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 129 187 -
CMYK 0.60 0.31 0 0.27
HSL 210.8º 0.45% 0.51% -
HSV(B) 210.8º 0.6% 0.73% -
XYZ 19.64 20.74 49.98 -
YUV 119.17 166.28 95.78 -
System Red Green Blue C M Y K H S L
Decimal 74 129 187 0.60 0.31 0 0.27 210.8 0.45 0.51
Hex 4A 81 BB 3C 1F 0 1B D3 2D 33
Octal 112 201 273 74 37 0 33 323 55 63
Binary 1001010 10000001 10111011 111100 11111 0 11011 11010011 101101 110011

Color Harmonies of #4A81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A81BB

Black with #4A81BB

Text Example


Text Example

White with #4A81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A81BB; }

 p { color: rgb(74,129,187); }

 H1.HeaderClassName
 {
   color: #4A81BB;
 }
 .AnyTagClassName
 {
   color: #4A81BB;
 }
</style>

background-color css

<style>
 a { background-color: #4A81BB; }

 a { background-color: rgb(74,129,187); }

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

border-color css

<style>
 span { border-color: #4A81BB; }

 span { border-color: rgb(74,129,187); }

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