Html Css Color HEX #4A8FBE Steel Blue

📋 copy color: '#4A8FBE'

red 74 ◦ green 143 ◦ blue 190

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

Shades of Steel Blue #4A8FBE

Tints of Steel Blue #4A8FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 18.18%
G = 35.14%
B = 46.68%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A8FBE (or 0x4A8FBE) is known color: Steel Blue. HEX triplet: 4A, 8F and BE. RGB value is (74,143,190). Sum of RGB (Red+Green+Blue) = 74+143+190=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8FBE is #B57041. Grayscale: #7F7F7F. Windows color (decimal): -11890754 or 12488522. OLE color: 12488522.

HSL color Cylindrical-coordinate representation of color #4A8FBE: hue angle of 204.31º 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 #4A8FBE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 143 190 -
CMYK 0.61 0.25 0 0.25
HSL 204.31º 0.47% 0.52% -
HSV(B) 204.31º 0.61% 0.75% -
XYZ 21.94 24.82 52.35 -
YUV 127.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 74 143 190 0.61 0.25 0 0.25 204.31 0.47 0.52
Hex 4A 8F BE 3D 19 0 19 CC 2F 34
Octal 112 217 276 75 31 0 31 314 57 64
Binary 1001010 10001111 10111110 111101 11001 0 11001 11001100 101111 110100

Color Harmonies of #4A8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8FBE

Black with #4A8FBE

Text Example


Text Example

White with #4A8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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