Html Css Color HEX #4A7ABC Steel Blue

📋 copy color: '#4A7ABC'

red 74 ◦ green 122 ◦ blue 188

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

Shades of Steel Blue #4A7ABC

Tints of Steel Blue #4A7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

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

R = 19.27%
G = 31.77%
B = 48.96%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A7ABC (or 0x4A7ABC) is known color: Steel Blue. HEX triplet: 4A, 7A and BC. RGB value is (74,122,188). Sum of RGB (Red+Green+Blue) = 74+122+188=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ABC is #B58543. Grayscale: #727272. Windows color (decimal): -11896132 or 12352074. OLE color: 12352074.

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

Color convert

RGB 74 122 188 -
CMYK 0.61 0.35 0 0.26
HSL 214.74º 0.46% 0.51% -
HSV(B) 214.74º 0.61% 0.74% -
XYZ 18.86 19.01 50.25 -
YUV 115.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 74 122 188 0.61 0.35 0 0.26 214.74 0.46 0.51
Hex 4A 7A BC 3D 23 0 1A D7 2E 33
Octal 112 172 274 75 43 0 32 327 56 63
Binary 1001010 1111010 10111100 111101 100011 0 11010 11010111 101110 110011

Color Harmonies of #4A7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7ABC

Black with #4A7ABC

Text Example


Text Example

White with #4A7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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