Html Css Color HEX #487AB3 Steel Blue

📋 copy color: '#487AB3'

red 72 ◦ green 122 ◦ blue 179

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

Shades of Steel Blue #487AB3

Tints of Steel Blue #487AB3

RGB

 RED value IS 72 (28.52% from 255) = 19.3%

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 19.3%
G = 32.71%
B = 47.99%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#487AB3 (or 0x487AB3) is known color: Steel Blue. HEX triplet: 48, 7A and B3. RGB value is (72,122,179). Sum of RGB (Red+Green+Blue) = 72+122+179=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #487AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487AB3 is #B7854C. Grayscale: #717171. Windows color (decimal): -12027213 or 11762248. OLE color: 11762248.

HSL color Cylindrical-coordinate representation of color #487AB3: hue angle of 211.96º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #487AB3 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 122 179 -
CMYK 0.60 0.32 0 0.30
HSL 211.96º 0.43% 0.49% -
HSV(B) 211.96º 0.6% 0.7% -
XYZ 17.77 18.55 45.29 -
YUV 113.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 72 122 179 0.60 0.32 0 0.30 211.96 0.43 0.49
Hex 48 7A B3 3C 20 0 1E D4 2B 31
Octal 110 172 263 74 40 0 36 324 53 61
Binary 1001000 1111010 10110011 111100 100000 0 11110 11010100 101011 110001

Color Harmonies of #487AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487AB3

Black with #487AB3

Text Example


Text Example

White with #487AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487AB3; }

 p { color: rgb(72,122,179); }

 H1.HeaderClassName
 {
   color: #487AB3;
 }
 .AnyTagClassName
 {
   color: #487AB3;
 }
</style>

background-color css

<style>
 a { background-color: #487AB3; }

 a { background-color: rgb(72,122,179); }

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

border-color css

<style>
 span { border-color: #487AB3; }

 span { border-color: rgb(72,122,179); }

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