Html Css Color HEX #487ABE Steel Blue

📋 copy color: '#487ABE'

red 72 ◦ green 122 ◦ blue 190

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

Shades of Steel Blue #487ABE

Tints of Steel Blue #487ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 18.75%
G = 31.77%
B = 49.48%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#487ABE (or 0x487ABE) is known color: Steel Blue. HEX triplet: 48, 7A and BE. RGB value is (72,122,190). Sum of RGB (Red+Green+Blue) = 72+122+190=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #487ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ABE is #B78541. Grayscale: #727272. Windows color (decimal): -12027202 or 12483144. OLE color: 12483144.

HSL color Cylindrical-coordinate representation of color #487ABE: hue angle of 214.58º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #487ABE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 122 190 -
CMYK 0.62 0.36 0 0.25
HSL 214.58º 0.48% 0.51% -
HSV(B) 214.58º 0.62% 0.75% -
XYZ 18.93 19.01 51.39 -
YUV 114.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 72 122 190 0.62 0.36 0 0.25 214.58 0.48 0.51
Hex 48 7A BE 3E 24 0 19 D7 30 33
Octal 110 172 276 76 44 0 31 327 60 63
Binary 1001000 1111010 10111110 111110 100100 0 11001 11010111 110000 110011

Color Harmonies of #487ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487ABE

Black with #487ABE

Text Example


Text Example

White with #487ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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