Html Css Color HEX #4A8BBC Steel Blue

📋 copy color: '#4A8BBC'

red 74 ◦ green 139 ◦ blue 188

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

Shades of Steel Blue #4A8BBC

Tints of Steel Blue #4A8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 18.45%
G = 34.66%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A8BBC (or 0x4A8BBC) is known color: Steel Blue. HEX triplet: 4A, 8B and BC. RGB value is (74,139,188). Sum of RGB (Red+Green+Blue) = 74+139+188=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8BBC is #B57443. Grayscale: #7C7C7C. Windows color (decimal): -11891780 or 12356426. OLE color: 12356426.

HSL color Cylindrical-coordinate representation of color #4A8BBC: hue angle of 205.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8BBC is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 139 188 -
CMYK 0.61 0.26 0 0.26
HSL 205.79º 0.46% 0.51% -
HSV(B) 205.79º 0.61% 0.74% -
XYZ 21.13 23.55 51.01 -
YUV 125.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 74 139 188 0.61 0.26 0 0.26 205.79 0.46 0.51
Hex 4A 8B BC 3D 1A 0 1A CE 2E 33
Octal 112 213 274 75 32 0 32 316 56 63
Binary 1001010 10001011 10111100 111101 11010 0 11010 11001110 101110 110011

Color Harmonies of #4A8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8BBC

Black with #4A8BBC

Text Example


Text Example

White with #4A8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,139,188); }

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

background-color css

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

 a { background-color: rgb(74,139,188); }

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

border-color css

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

 span { border-color: rgb(74,139,188); }

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