Html Css Color HEX #4A7BBC Steel Blue

📋 copy color: '#4A7BBC'

red 74 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #4A7BBC

Tints of Steel Blue #4A7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 19.22%
G = 31.95%
B = 48.83%

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

#4A7BBC (or 0x4A7BBC) is known color: Steel Blue. HEX triplet: 4A, 7B and BC. RGB value is (74,123,188). Sum of RGB (Red+Green+Blue) = 74+123+188=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BBC is #B58443. Grayscale: #737373. Windows color (decimal): -11895876 or 12352330. OLE color: 12352330.

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

Color convert

RGB 74 123 188 -
CMYK 0.61 0.35 0 0.26
HSL 214.21º 0.46% 0.51% -
HSV(B) 214.21º 0.61% 0.74% -
XYZ 18.98 19.25 50.29 -
YUV 115.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 74 123 188 0.61 0.35 0 0.26 214.21 0.46 0.51
Hex 4A 7B BC 3D 23 0 1A D6 2E 33
Octal 112 173 274 75 43 0 32 326 56 63
Binary 1001010 1111011 10111100 111101 100011 0 11010 11010110 101110 110011

Color Harmonies of #4A7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7BBC

Black with #4A7BBC

Text Example


Text Example

White with #4A7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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