Html Css Color HEX #4A81BE Steel Blue

📋 copy color: '#4A81BE'

red 74 ◦ green 129 ◦ blue 190

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

Shades of Steel Blue #4A81BE

Tints of Steel Blue #4A81BE

RGB

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

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

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

R = 18.83%
G = 32.82%
B = 48.35%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A81BE (or 0x4A81BE) is known color: Steel Blue. HEX triplet: 4A, 81 and BE. RGB value is (74,129,190). Sum of RGB (Red+Green+Blue) = 74+129+190=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A81BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81BE is #B57E41. Grayscale: #777777. Windows color (decimal): -11894338 or 12484938. OLE color: 12484938.

HSL color Cylindrical-coordinate representation of color #4A81BE: hue angle of 211.55º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A81BE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 129 190 -
CMYK 0.61 0.32 0 0.25
HSL 211.55º 0.47% 0.52% -
HSV(B) 211.55º 0.61% 0.75% -
XYZ 19.97 20.87 51.69 -
YUV 119.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 74 129 190 0.61 0.32 0 0.25 211.55 0.47 0.52
Hex 4A 81 BE 3D 20 0 19 D4 2F 34
Octal 112 201 276 75 40 0 31 324 57 64
Binary 1001010 10000001 10111110 111101 100000 0 11001 11010100 101111 110100

Color Harmonies of #4A81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A81BE

Black with #4A81BE

Text Example


Text Example

White with #4A81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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