Html Css Color HEX #4A8ABC Steel Blue

📋 copy color: '#4A8ABC'

red 74 ◦ green 138 ◦ blue 188

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

Shades of Steel Blue #4A8ABC

Tints of Steel Blue #4A8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 18.5%
G = 34.5%
B = 47%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A8ABC (or 0x4A8ABC) is known color: Steel Blue. HEX triplet: 4A, 8A and BC. RGB value is (74,138,188). Sum of RGB (Red+Green+Blue) = 74+138+188=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8ABC is #B57543. Grayscale: #7C7C7C. Windows color (decimal): -11892036 or 12356170. OLE color: 12356170.

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

Color convert

RGB 74 138 188 -
CMYK 0.61 0.27 0 0.26
HSL 206.32º 0.46% 0.51% -
HSV(B) 206.32º 0.61% 0.74% -
XYZ 20.99 23.26 50.96 -
YUV 124.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 74 138 188 0.61 0.27 0 0.26 206.32 0.46 0.51
Hex 4A 8A BC 3D 1B 0 1A CE 2E 33
Octal 112 212 274 75 33 0 32 316 56 63
Binary 1001010 10001010 10111100 111101 11011 0 11010 11001110 101110 110011

Color Harmonies of #4A8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8ABC

Black with #4A8ABC

Text Example


Text Example

White with #4A8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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