Html Css Color HEX #487FB2 Steel Blue

📋 copy color: '#487FB2'

red 72 ◦ green 127 ◦ blue 178

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

Shades of Steel Blue #487FB2

Tints of Steel Blue #487FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 178 (69.92% from 255) = 47.21%

R = 19.1%
G = 33.69%
B = 47.21%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#487FB2 (or 0x487FB2) is known color: Steel Blue. HEX triplet: 48, 7F and B2. RGB value is (72,127,178). Sum of RGB (Red+Green+Blue) = 72+127+178=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #487FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FB2 is #B7804D. Grayscale: #747474. Windows color (decimal): -12025934 or 11697992. OLE color: 11697992.

HSL color Cylindrical-coordinate representation of color #487FB2: hue angle of 208.87º degrees, saturation: 0.42, 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 #487FB2 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 127 178 -
CMYK 0.60 0.29 0 0.30
HSL 208.87º 0.42% 0.49% -
HSV(B) 208.87º 0.6% 0.7% -
XYZ 18.3 19.77 44.97 -
YUV 116.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 72 127 178 0.60 0.29 0 0.30 208.87 0.42 0.49
Hex 48 7F B2 3C 1D 0 1E D1 2A 31
Octal 110 177 262 74 35 0 36 321 52 61
Binary 1001000 1111111 10110010 111100 11101 0 11110 11010001 101010 110001

Color Harmonies of #487FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487FB2

Black with #487FB2

Text Example


Text Example

White with #487FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,127,178); }

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

background-color css

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

 a { background-color: rgb(72,127,178); }

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

border-color css

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

 span { border-color: rgb(72,127,178); }

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